Browse Source

AsIs - freedom DS

mhsanaei 22 hours ago
parent
commit
9476472bf6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      sub/default.json
  2. 1 1
      web/service/config.json

+ 1 - 1
sub/default.json

@@ -47,7 +47,7 @@
       "tag": "direct",
       "protocol": "freedom",
       "settings": {
-        "domainStrategy": "UseIP",
+        "domainStrategy": "AsIs",
         "redirect": "",
         "noises": []
       }

+ 1 - 1
web/service/config.json

@@ -30,7 +30,7 @@
       "tag": "direct",
       "protocol": "freedom",
       "settings": {
-        "domainStrategy": "UseIP",
+        "domainStrategy": "AsIs",
         "redirect": "",
         "noises": []
       }