From a0e8084e8751b3d60f01af9eb5d972dc93ee2d9c Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Fri, 3 Nov 2023 17:47:05 +0300 Subject: [PATCH] Fixed IP --- getdomains-install.sh | 2 +- templates/sing-box-json.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getdomains-install.sh b/getdomains-install.sh index ac0b98e..b2ad434 100755 --- a/getdomains-install.sh +++ b/getdomains-install.sh @@ -179,7 +179,7 @@ cat << 'EOF' > /etc/sing-box/config.json "type": "tun", "interface_name": "tun0", "domain_strategy": "ipv4_only", - "inet4_address": "172.19.0.1/30", + "inet4_address": "172.16.250.1/30", "auto_route": false, "strict_route": false, "sniff": true diff --git a/templates/sing-box-json.j2 b/templates/sing-box-json.j2 index 92ccf20..fe6d3f3 100644 --- a/templates/sing-box-json.j2 +++ b/templates/sing-box-json.j2 @@ -7,7 +7,7 @@ "type": "tun", "interface_name": "tun0", "domain_strategy": "ipv4_only", - "inet4_address": "172.19.0.1/30", + "inet4_address": "172.16.250.1/30", "auto_route": false, "strict_route": false, "sniff": true