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".

surprisingly I discoverd when sniffing is enabled at client side, multi routing does not work properly (just sometimes) but after disabling sniffing at client side, multirouting works perfectly fine.
This commit is contained in:
AliBelali 2024-03-27 19:27:08 +03:30 committed by GitHub
parent 43ec88bb24
commit b98cfa500d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@
"tls",
"fakedns"
],
"enabled": true
"enabled": false
},
"tag": "socks"
},
@ -74,7 +74,7 @@
}
},
"routing": {
"domainStrategy": "AsIs",
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",