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