default config domainStrategy

This commit is contained in:
MHSanaei 2024-03-11 00:08:57 +03:30
parent ffa531f9ca
commit 32afd7200a

View File

@ -28,7 +28,9 @@
{ {
"tag": "direct", "tag": "direct",
"protocol": "freedom", "protocol": "freedom",
"settings": {} "settings": {
"domainStrategy": "UseIP"
}
}, },
{ {
"tag": "blocked", "tag": "blocked",
@ -51,7 +53,7 @@
} }
}, },
"routing": { "routing": {
"domainStrategy": "IPIfNonMatch", "domainStrategy": "AsIs",
"rules": [ "rules": [
{ {
"type": "field", "type": "field",