Next: , Previous: Scripts, Up: Top



8 Format of proxylist

The format of proxylist accepted by phc should like this:

ip:port@proto.*

or

ip:port

I remove support on domain, so ip must be IPV4 address. The port must be integer range from 1 to 65535. The proto can only be HTTP,http,socks5 or SOCKS5. All of the chars after proto will be ignored.

If no @ in the line, proto is default as HTTP. Differently, no other chars after port can be appeared.

Example:

61.132.89.130:80@HTTP
202.123.52.156:8080