qwj / python-proxy

HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
MIT License
1.99k stars 333 forks source link

How to add username and pass --auth #133

Open apioff opened 3 years ago

apioff commented 3 years ago

what is the format of --auth , i tried but is not working

seanstappas commented 3 years ago

--auth is actually for the authentication timeout (see #23). Authentication username/password can be passed in the scheme (for example, see #50).