Files
my-singbox-example/config/client/shellcrash/add_hosts.json
dichgrem b734d178be add:momo_config
fmt:config_style
2025-12-04 10:15:46 +08:00

21 lines
326 B
JSON

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