3proxy production environment

Results 4 issues of 3proxy production environment

Will 3proxy support http and socks5 on the same port in the develop version? I found this proxy software (https://github.com/nadoo/glider) can do this.I tested http and socks5,it works on the...

enhancement

Hi, I can set one user and password by using "listen=user1:passwd1@:8443". How to config more users and passwords for different people to access the proxy? Kind regads Rain

enhancement

如果同时设置白名单IP和用户密码认证,则在白名单里的用户IP还是需要通过用户密码认证才能上网。 可否同时支持IP认证和账号密码认证,即只要绑定客户端IP或用户密码任何一个满足要求即可上网?

req = b"\x12\x34\x01\x00\x00\x01\x00\x00\x00\x00\x00\x00\x05\x62\x61\x69\x64\x75\x03\x63\x6f\x6d\x00\x00\x01\x00\x01" s.settimeout(4) s.sendto(req, ("8.8.8.8", 53)) (rsp, address)= s.recvfrom(4096) if rsp[0] == req[0] and rsp[1] == req[1]: print("UDP check passed") else: print("Invalid response") s.settimeout(None)