Update sb.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2024-12-04 10:50:53 +08:00
committed by GitHub
parent 0f2f6ddecd
commit 2de22aabe7
+16 -8
View File
@@ -999,8 +999,10 @@ cat > /etc/s-box/sing_box_client.json <<EOF
"inbounds": [ "inbounds": [
{ {
"type": "tun", "type": "tun",
"inet4_address": "172.19.0.1/30", "address": [
"inet6_address": "fd00::1/126", "172.19.0.1/30",
"fd00::1/126"
],
"auto_route": true, "auto_route": true,
"strict_route": true, "strict_route": true,
"sniff": true, "sniff": true,
@@ -1608,8 +1610,10 @@ cat > /etc/s-box/sing_box_client.json <<EOF
"inbounds": [ "inbounds": [
{ {
"type": "tun", "type": "tun",
"inet4_address": "172.19.0.1/30", "address": [
"inet6_address": "fd00::1/126", "172.19.0.1/30",
"fd00::1/126"
],
"auto_route": true, "auto_route": true,
"strict_route": true, "strict_route": true,
"sniff": true, "sniff": true,
@@ -2127,8 +2131,10 @@ cat > /etc/s-box/sing_box_client.json <<EOF
"inbounds": [ "inbounds": [
{ {
"type": "tun", "type": "tun",
"inet4_address": "172.19.0.1/30", "address": [
"inet6_address": "fd00::1/126", "172.19.0.1/30",
"fd00::1/126"
],
"auto_route": true, "auto_route": true,
"strict_route": true, "strict_route": true,
"sniff": true, "sniff": true,
@@ -2644,8 +2650,10 @@ cat > /etc/s-box/sing_box_client.json <<EOF
"inbounds": [ "inbounds": [
{ {
"type": "tun", "type": "tun",
"inet4_address": "172.19.0.1/30", "address": [
"inet6_address": "fd00::1/126", "172.19.0.1/30",
"fd00::1/126"
],
"auto_route": true, "auto_route": true,
"strict_route": true, "strict_route": true,
"sniff": true, "sniff": true,