From 17e22fb33d52cca1c7350c1dae43ef7fb432c1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9D=E4=BB=A3=E5=B0=BE?= Date: Fri, 10 Apr 2026 15:29:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20sing-box.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sing-box.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sing-box.json diff --git a/sing-box.json b/sing-box.json new file mode 100644 index 0000000..f315742 --- /dev/null +++ b/sing-box.json @@ -0,0 +1,27 @@ +{ + "log": { + "level": "info" + }, + "inbounds": [ + { + "type": "mixed", + "tag": "mixed-in", + "listen": "127.0.0.1", + "listen_port": 7890 + } + ], + "outbounds": [ + { + "type": "socks", + "tag": "proxy", + "server": "89.106.78.36", + "server_port": 29999, + "username": "svefnz", + "password": "MMhEZDzJntX4Pbv3dn36we65eAZyz7Ib" + } + ], + "route": { + "final": "proxy", + "auto_detect_interface": true + } +} \ No newline at end of file