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,SOCKS5,socks4 or SOCKS4. All of the chars afterproto 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