Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 262 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 262 Bytes

socks5 proxy

Server

s5pserver -d --key keyfile --cert certfile --ca cafile

Client

s5pproxy -d -S server_address --key keyfile --cert certfile --ca cafile

Container

./build_container.sh server

./build_container.sh proxy server_address