From adb08a60cfb7aa30f10410f78a82daf203df28c6 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 3 Nov 2024 10:51:53 +0100 Subject: [PATCH] rename - splithttp to xhttp --- web/assets/js/model/outbound.js | 2 +- web/html/xui/form/outbound.html | 6 +++--- web/html/xui/form/stream/stream_settings.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index d7338645df..78078dd643 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 = [] diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index 07b8f27591..2f5d820770 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -267,13 +267,13 @@