mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
Update default.sing-box.json
The inet4_address and inet6_address types have been consolidated into a unified address type, in alignment with the official documentation.
This commit is contained in:
parent
de18cfe596
commit
d6b7ae6404
@ -49,8 +49,10 @@
|
|||||||
"auto_route": true,
|
"auto_route": true,
|
||||||
"domain_strategy": "prefer_ipv4",
|
"domain_strategy": "prefer_ipv4",
|
||||||
"endpoint_independent_nat": true,
|
"endpoint_independent_nat": true,
|
||||||
"inet4_address": "172.19.0.1/30",
|
"address": [
|
||||||
"inet6_address": "2001:0470:f9da:fdfa::1/64",
|
"172.19.0.1/30",
|
||||||
|
"2001:0470:f9da:fdfa::1/64"
|
||||||
|
],
|
||||||
"mtu": 9000,
|
"mtu": 9000,
|
||||||
"sniff": true,
|
"sniff": true,
|
||||||
"sniff_override_destination": true,
|
"sniff_override_destination": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user