Supoorted features:
- TCP
- UDP
Supported ciphers:
- aes_128_gcm
- aes_256_gcm
- chacha20_poly1305
$ rebar3 release --all
$ ADDR=\"127.0.0.1\" PORT=8388 LOCAL_PORT=1080 PASSWORD=\"!barfoo\" METHOD=chacha20_poly1305 _build/default/rel/client/bin/client foreground
$ PORT=8388 PASSWORD=\"!barfoo\" METHOD=chacha20_poly1305 _build/default/rel/server/bin/server foreground
Config by environment variable.
- ADDR: remote address
- PORT: remote port
- LOCAL_PORT: local port of socks5 server
- PASSWORD: password
- METHOD: encryption method, in [aes_128_gcm, aes_256_gcm, chacha20_poly1305].
- PORT: port
- PASSWORD: password
- METHOD: encryption method, in [aes_128_gcm, aes_256_gcm, chacha20_poly1305].