Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 366 Bytes

File metadata and controls

25 lines (20 loc) · 366 Bytes

Proxy checker

Usage

Cmd line help

Usage of ./proxy-checker:
  -i string
    	Path to file with proxies. (default "proxies.json")
  -o string
    	Path to file with checked json. (default "proxies.checked.1673272869.json")

Proxy file format

[
  {
    "ip": "185.43.249.132",
    "port": 39316,
    "protocol": "socks4"
  }
]