Proxy List Parser
Convert and format proxy lists between different formats
Input
Output
0 proxiesSupported Formats
| Format | Example |
|---|---|
IP:PORT | 192.168.1.1:8080 |
IP:PORT:USER:PASS | 192.168.1.1:8080:username:password |
USER:PASS@IP:PORT | username:password@192.168.1.1:8080 |
PROTOCOL://IP:PORT | http://192.168.1.1:8080 |
JSON | [{"ip":"192.168.1.1","port":"8080"}] |
CSV | ip,port,username,password |