mirror of
https://github.com/Dichgrem/singbox-example.git
synced 2025-12-16 12:01:58 -05:00
21 lines
326 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |