From 720350c516e798cd0f63e9b1bdbaf67cf426fbc5 Mon Sep 17 00:00:00 2001 From: adminroot Date: Sun, 2 Nov 2025 08:33:56 -0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20local.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 local.json diff --git a/local.json b/local.json new file mode 100644 index 0000000..b7a3018 --- /dev/null +++ b/local.json @@ -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" +}