From c9f911e5997d2f2fe782f496989ad81b1b52005d Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:58:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E5=A4=8Dsi?= =?UTF-8?q?ngbox=E5=BA=9F=E5=BC=83=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documents/sing-box.json | 6 +++++- install.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/documents/sing-box.json b/documents/sing-box.json index 379e1b7..2bcf912 100644 --- a/documents/sing-box.json +++ b/documents/sing-box.json @@ -81,7 +81,11 @@ "type": "tun", "tag": "tun-in", "stack": "system", - "inet4_address": "172.19.0.1/30", + "address": [ + "172.16.0.1/30", + "fd00::1/126" + ], + "mtu": 1492, "auto_route": true, "strict_route": true, "sniff": true, diff --git a/install.sh b/install.sh index 4d15c31..a436a40 100644 --- a/install.sh +++ b/install.sh @@ -9719,7 +9719,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v3.3.25" + echoContent green "当前版本:v3.3.26" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus