Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Socks config file that should be packaged into the docks docker container we build.
- # Save this at ./containers/socks/assets/shadowsocks-config.json
- {
- "server": "172.18.0.2",
- "server_port": 8388,
- "local_address": "0.0.0.0",
- "local_port": 1080,
- "password": "socks-passphrase-you-defined-in-docker-compose",
- "method": "chacha20-ietf-poly1305"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement