All checks were successful
Build SOCKS Docker Image / build-socks (push) Successful in 25s
14 lines
308 B
JSON
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"
|
|
}
|