Resolve conflicts

This commit is contained in:
Sergei Maklagin
2025-08-15 12:56:52 +03:00
365 changed files with 22978 additions and 4724 deletions

View File

@@ -5,8 +5,8 @@
"dns": {
"servers": [
{
"address": "local",
"detour": "direct"
"type": "local",
"tag": "default"
}
]
},
@@ -43,22 +43,10 @@
{
"type": "direct",
"tag": "direct-out"
},
{
"type": "dns",
"tag": "dns-out"
}
],
"route": {
"rules": [
{
"protocol": "dns",
"outbound": "dns-out"
},
{
"port": 53,
"outbound": "dns-out"
},
{
"tunnel_source": [
"9b65b7e1-04c8-4717-8f45-2aa61fd25937",
@@ -72,6 +60,7 @@
}
],
"final": "direct-out",
"default_domain_resolver": "default",
"auto_detect_interface": true
}
}