chore:add_json

This commit is contained in:
dichgrem
2025-11-02 15:17:23 +08:00
parent f4fc4d3e29
commit b33f2bdaa1
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"dns": {
"servers": [
{
"tag": "hosts_local",
"address": "local",
"detour": "DIRECT"
}
],
"rules": [
{
"domain": [
"localhost",
"time.android.com",
"time.facebook.com"
],
"server": "hosts_local"
}
]
}
}

View File

@@ -0,0 +1,11 @@
{
"route": {
"rules": [
{
"inbound": "dns-in",
"outbound": "dns-out"
}
],
"default_mark": 7894
}
}