diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-11-03 12:51:53 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-11-03 12:51:53 +0300 |
| commit | adb08a60cfb7aa30f10410f78a82daf203df28c6 (patch) | |
| tree | 167fc43d83f4ebb44aae221b730a1966a8ec1a0a /web/assets/js/model | |
| parent | e3576e8a856b5edd2fe8ffac06ab255f6a1df342 (diff) | |
rename - splithttp to xhttp
Diffstat (limited to 'web/assets/js/model')
| -rw-r--r-- | web/assets/js/model/outbound.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index d7338645..78078dd6 100644 --- a/web/assets/js/model/outbound.js +++ b/web/assets/js/model/outbound.js @@ -960,7 +960,7 @@ Outbound.BlackholeSettings = class extends CommonClass { Outbound.DNSSettings = class extends CommonClass { constructor( network = 'udp', - address = '1.1.1.1', + address = '', port = 53, nonIPQuery = 'drop', blockTypes = [] |
