Advertisement
Guest User

Config file to package with the socks container we are building.

a guest
Jan 28th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.37 KB | Source Code | 0 0
  1. # Socks config file that should be packaged into the docks docker container we build.
  2. # Save this at ./containers/socks/assets/shadowsocks-config.json
  3. {
  4.     "server": "172.18.0.2",
  5.     "server_port": 8388,
  6.     "local_address": "0.0.0.0",
  7.     "local_port": 1080,
  8.     "password": "socks-passphrase-you-defined-in-docker-compose",
  9.     "method": "chacha20-ietf-poly1305"
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement