Files
ssserver-docker/local.json
adminroot 720350c516
All checks were successful
Build SOCKS Docker Image / build-socks (push) Successful in 25s
添加 local.json
2025-11-02 08:33:56 -08:00

14 lines
308 B
JSON

{
"server": "ip or domain",
"server_port": 8008,
"password": "password",
"method": "chacha20-ietf-poly1305",
"timeout": 5,
"fast_open": false,
"local_port": 2080,
"local_address": "0.0.0.0",
"mode": "tcp_only",
"protocol": "http",
"acl": "/opt/dk/socks/chn.acl"
}