Update default.json more reliable multi routing

since most v2rar client doesn't have good database of domain names , rely on ip addresses instead of ip addresses for multi routing purposes
This commit is contained in:
AliBelali 2024-03-23 17:44:35 +03:30 committed by GitHub
parent 43ec88bb24
commit 150d62f94c
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": {}
}
}