Update default.json

In scenarios where using domainStrategy: "AsIs", the geoip database is sometimes ignored, and only the geosite database is checked. To ensure that both geosite and geoip databases are considered, it’s recommended to use domainStrategy: "IPIfNonMatch".
This commit is contained in:
AliBelali 2024-03-25 12:28:59 +03:30 committed by GitHub
parent 43ec88bb24
commit b61e9102e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@
}
},
"routing": {
"domainStrategy": "AsIs",
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
@ -84,4 +84,4 @@
]
},
"stats": {}
}
}