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