Jonney
Jonney
大神很忙的
import pproxy args = '-r socks5://proxy:port#username:password' pproxy.server.main(args.split(' '))
#136 136
Try this: server1 pproxy -l ws+ssl://:2083 --ssl somecert.pem,somekey.key server2 pproxy -l tunnel{127.0.0.1:2053}://:33206 -r ws+ssl://server1:2083
> > > Form my side i dont like that auth informations are handled via command option. I'm under linux and when im doing `ps` i see my proxy password...
Forget shadowsocks. We config like this: arg=( '-l','socks5://127.0.0.1:8080', '-r','ss://cipher:[email protected]:8000', ) pproxy.server.main(args) Isn't it cool?
Contribute please.
Perhaps a block time of 4-6 seconds can solve this problem. [base-org/node#127(comment)](https://github.com/base-org/node/issues/127#issuecomment-1945516367) A 2-second block time will cause 3 issues: 1. Longer recovery time after node restart. 2. Longer recovery...
HTTPS communication is encrypted, so even proxy servers cannot obtain the path.
Fixed, waiting for merge. #163