From 3e0faecaaebd8394a1a9d18ec11b5a60f210b654 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 18 Apr 2023 21:34:06 +0330 Subject: improve reality setting split xtls from tls - remove iran warp - remove old setting reality from franzkafka (it was a messy code) -and other improvement Co-Authored-By: Alireza Ahmadi --- web/html/xui/setting.html | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'web/html/xui/setting.html') diff --git a/web/html/xui/setting.html b/web/html/xui/setting.html index e10737e0..7ce0e160 100644 --- a/web/html/xui/setting.html +++ b/web/html/xui/setting.html @@ -125,7 +125,6 @@ - @@ -672,23 +671,6 @@ }); }, }, - IRWARPSettings: { - get: function () { - return this.templateRuleGetter({ - outboundTag: "WARP", - property: "domain", - data: this.settingsData.domains.ir - }); - }, - set: function (newValue) { - this.templateRuleSetter({ - newValue, - outboundTag: "WARP", - property: "domain", - data: this.settingsData.domains.ir - }); - }, - }, } }); -- cgit v1.2.3