From bd7742d8b24b9dcfbc6a168560ed01368e3e2021 Mon Sep 17 00:00:00 2001 From: legiz-ru Date: Tue, 24 Dec 2024 16:32:07 +0300 Subject: [PATCH] update tun inbound (changes in sb 1.10+) change inet4_address to address https://sing-box.sagernet.org/migration/#tun-address-fields-are-merged --- config/sing.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sing.json b/config/sing.json index 6c10501..7a2e783 100644 --- a/config/sing.json +++ b/config/sing.json @@ -9,7 +9,7 @@ "tag": "tun-in", "domain_strategy": "prefer_ipv4", "interface_name": "sing-tun", - "inet4_address": "172.19.0.1\/30", + "address": ["172.19.0.1\/30"], "mtu": 1400, "gso": true, "auto_route": true, @@ -192,4 +192,4 @@ ], "final": "direct" } -} \ No newline at end of file +}