Remove Deprecated Part
This commit is contained in:
@ -120,10 +120,6 @@
|
||||
"insecure": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "dns",
|
||||
"tag": "dns-out"
|
||||
},
|
||||
{
|
||||
"type": "direct",
|
||||
"tag": "direct"
|
||||
@ -131,19 +127,46 @@
|
||||
{
|
||||
"type": "direct",
|
||||
"tag": "bypass"
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"tag": "block"
|
||||
}
|
||||
],
|
||||
"route": {
|
||||
"rules": [
|
||||
{
|
||||
"rule_set": [
|
||||
"geoip-ir",
|
||||
"geosite-ir"
|
||||
],
|
||||
"action": "reject",
|
||||
"rule_set": "geosite-category-ads-all"
|
||||
},
|
||||
{
|
||||
"action": "reject",
|
||||
"rule_set": "geosite-malware"
|
||||
},
|
||||
{
|
||||
"action": "reject",
|
||||
"rule_set": "geosite-phishing"
|
||||
},
|
||||
{
|
||||
"action": "reject",
|
||||
"rule_set": "geosite-cryptominers"
|
||||
},
|
||||
{
|
||||
"action": "reject",
|
||||
"rule_set": "geoip-malware"
|
||||
},
|
||||
{
|
||||
"action": "reject",
|
||||
"rule_set": "geoip-phishing"
|
||||
},
|
||||
{
|
||||
"action": "hijack-dns",
|
||||
"protocol": "dns"
|
||||
},
|
||||
{
|
||||
"action": "route",
|
||||
"rule_set": "geosite-ir",
|
||||
"outbound": "direct"
|
||||
},
|
||||
{
|
||||
"action": "route",
|
||||
"rule_set": "geoip-ir",
|
||||
"outbound": "direct"
|
||||
},
|
||||
{
|
||||
@ -234,4 +257,3 @@
|
||||
"override_android_vpn": true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user