mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-10-27 09:21:19 +00:00
add groupRules
This commit is contained in:
@@ -68,10 +68,7 @@
|
||||
"inbounds": [
|
||||
{
|
||||
"type": "tun",
|
||||
"address": [
|
||||
"172.16.0.1/30",
|
||||
"fdfe:dcba:9876::1/126"
|
||||
],
|
||||
"address": ["172.16.0.1/30", "fdfe:dcba:9876::1/126"],
|
||||
"auto_route": true,
|
||||
"strict_route": true,
|
||||
"exclude_interface": "tailscale0",
|
||||
@@ -84,6 +81,7 @@
|
||||
"tag": "default",
|
||||
"outbounds": [
|
||||
"\u003call-proxy-tags\u003e",
|
||||
"\u003c-all-country-tags\u003e",
|
||||
"direct"
|
||||
]
|
||||
},
|
||||
@@ -107,11 +105,7 @@
|
||||
"action": "hijack-dns"
|
||||
},
|
||||
{
|
||||
"port": [
|
||||
3478,
|
||||
5348,
|
||||
5349
|
||||
],
|
||||
"port": [3478, 5348, 5349],
|
||||
"outbound": "direct"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -69,10 +69,7 @@
|
||||
{
|
||||
"type": "tun",
|
||||
"tag": "tun-in",
|
||||
"address": [
|
||||
"192.168.135.1/30",
|
||||
"fdfe:dcba:9876::1/126"
|
||||
],
|
||||
"address": ["192.168.135.1/30", "fdfe:dcba:9876::1/126"],
|
||||
"auto_route": true,
|
||||
"auto_redirect": true,
|
||||
"strict_route": true,
|
||||
@@ -85,6 +82,7 @@
|
||||
"tag": "default",
|
||||
"outbounds": [
|
||||
"\u003call-proxy-tags\u003e",
|
||||
"\u003c-all-country-tags\u003e",
|
||||
"direct"
|
||||
]
|
||||
},
|
||||
@@ -108,11 +106,7 @@
|
||||
"action": "hijack-dns"
|
||||
},
|
||||
{
|
||||
"port": [
|
||||
3478,
|
||||
5348,
|
||||
5349
|
||||
],
|
||||
"port": [3478, 5348, 5349],
|
||||
"outbound": "direct"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -68,10 +68,7 @@
|
||||
"inbounds": [
|
||||
{
|
||||
"type": "tun",
|
||||
"address": [
|
||||
"172.16.0.1/30",
|
||||
"fdfe:dcba:9876::1/126"
|
||||
],
|
||||
"address": ["172.16.0.1/30", "fdfe:dcba:9876::1/126"],
|
||||
"auto_route": true,
|
||||
"strict_route": true,
|
||||
"exclude_interface": "tailscale0",
|
||||
@@ -84,6 +81,7 @@
|
||||
"tag": "default",
|
||||
"outbounds": [
|
||||
"\u003call-proxy-tags\u003e",
|
||||
"\u003c-all-country-tags\u003e",
|
||||
"direct"
|
||||
]
|
||||
},
|
||||
@@ -107,11 +105,7 @@
|
||||
"action": "hijack-dns"
|
||||
},
|
||||
{
|
||||
"port": [
|
||||
3478,
|
||||
5348,
|
||||
5349
|
||||
],
|
||||
"port": [3478, 5348, 5349],
|
||||
"outbound": "direct"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user