fix: Correct address resolver and rule set names in singbox configuration
This commit is contained in:
@ -24,12 +24,11 @@
|
|||||||
{
|
{
|
||||||
"type": "https",
|
"type": "https",
|
||||||
"server": "1.1.1.1",
|
"server": "1.1.1.1",
|
||||||
"address_resolver": "local-dns",
|
|
||||||
"detour": "proxy",
|
"detour": "proxy",
|
||||||
"tag": "proxy-dns"
|
"tag": "proxy-dns"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"address": "local",
|
"type": "local",
|
||||||
"detour": "direct",
|
"detour": "direct",
|
||||||
"tag": "local-dns"
|
"tag": "local-dns"
|
||||||
}
|
}
|
||||||
@ -146,13 +145,13 @@
|
|||||||
"rule_set": [
|
"rule_set": [
|
||||||
"geosite-ir",
|
"geosite-ir",
|
||||||
"geoip-ir",
|
"geoip-ir",
|
||||||
"geosite-private"
|
"geoip-private"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "reject",
|
"action": "reject",
|
||||||
"rule_set": [
|
"rule_set": [
|
||||||
"geoip-ads"
|
"geosite-ads"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user