update tun inbound (changes in sb 1.10+)

change inet4_address to address

https://sing-box.sagernet.org/migration/#tun-address-fields-are-merged
This commit is contained in:
legiz-ru
2024-12-24 16:32:07 +03:00
committed by GitHub
parent ac593629a8
commit bd7742d8b2
+2 -2
View File
@@ -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"
}
}
}