添加 local.json
All checks were successful
Build SOCKS Docker Image / build-socks (push) Successful in 25s
All checks were successful
Build SOCKS Docker Image / build-socks (push) Successful in 25s
This commit is contained in:
13
local.json
Normal file
13
local.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user