add:momo_config

fmt:config_style
This commit is contained in:
dichgrem
2025-11-29 21:07:59 +08:00
parent 22ac82223c
commit b734d178be
16 changed files with 409 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"
}
]
}
}