mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 19:56:19 +00:00
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:
parent
43ec88bb24
commit
b98cfa500d
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
"tls",
|
||||
"fakedns"
|
||||
],
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
},
|
||||
"tag": "socks"
|
||||
},
|
||||
|
@ -74,7 +74,7 @@
|
|||
}
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "AsIs",
|
||||
"domainStrategy": "IPIfNonMatch",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
|
@ -84,4 +84,4 @@
|
|||
]
|
||||
},
|
||||
"stats": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue