From 74c7b34390b8b4d35a6850b5db60a1e5c5fa7c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:31:14 +0800 Subject: [PATCH] Remove DNS settings for IPv4 and IPv6 Removed DNS configuration for IPv4 and IPv6. --- sb.sh | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/sb.sh b/sb.sh index 420ec8f..409a611 100644 --- a/sb.sh +++ b/sb.sh @@ -155,12 +155,8 @@ ipv=prefer_ipv4 fi if [ -n "$(curl -s6m5 icanhazip.com -k)" ]; then endip="2606:4700:d0::a29f:c001" -xsdns="[2001:4860:4860::8888]" -sbyx="ipv6_only" else endip="162.159.192.1" -xsdns="8.8.8.8" -sbyx="ipv4_only" fi } warpcheck @@ -819,15 +815,15 @@ cat > /etc/s-box/sb11.json <