diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-10 23:38:57 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-10 23:38:57 +0300 |
| commit | 32afd7200ace358fe36c8c438f5048d76fbc987b (patch) | |
| tree | af0ff7cb441788d4f82028681b86a2121e708b42 /web/service/config.json | |
| parent | ffa531f9cac29802af8778404679d6112b7a6b97 (diff) | |
default config domainStrategy
Diffstat (limited to 'web/service/config.json')
| -rw-r--r-- | web/service/config.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/service/config.json b/web/service/config.json index bd90e5c8..3f7fbc3a 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -28,7 +28,9 @@ { "tag": "direct", "protocol": "freedom", - "settings": {} + "settings": { + "domainStrategy": "UseIP" + } }, { "tag": "blocked", @@ -51,7 +53,7 @@ } }, "routing": { - "domainStrategy": "IPIfNonMatch", + "domainStrategy": "AsIs", "rules": [ { "type": "field", |
