1234567891011121314
{ "type": "socks", "tag": "socks-in", "listen": "::", "listen_port": port, "sniff": true, "sniff_override_destination": true, "users": [ { "username": "user", "password": "password" } ]}
{ "type":"shadowsocks", "tag": "ss2022-sb", "listen": "::", "listen_port": port, "method": "2022-blake3-aes-256-gcm", "password": "password", "multiplex": { "enabled": true } }
1234567891011121314151617
{ "type":"anytls", "tag":"anytls-sb", "listen":"::", "listen_port":port, "users":[ { "password":"uuid" } ], "padding_scheme":[], "tls":{ "enabled": true, "certificate_path": "/etc/s-box/cert.pem", "key_path": "/etc/s-box/private.key" } }