添加 local.json
All checks were successful
Build SOCKS Docker Image / build-socks (push) Successful in 25s

This commit is contained in:
2025-11-02 08:33:56 -08:00
parent d767e1de57
commit 720350c516

13
local.json Normal file
View File

@@ -0,0 +1,13 @@
{
"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"
}