UNPKG
bulk-proxy-tester
Version:
latest (1.0.1)
1.0.1
1.0.0
Test proxies in bulk
www.github.com/samjmckenzie/bulk-proxy-tester
bulk-proxy-tester
/
to-json.js
6 lines
(3 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
const
fs =
require
(
'fs'
);
console
.
log
(
JSON
.
stringify
(fs.
readFileSync
(__dirname +
'/config/filtered-proxies.txt'
,
'utf8'
).
split
(
'\n'
),
null
,
2
));