Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-01-17 16:02:25 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-01-17 16:39:29 +0300
commit2488adc042e8b83b626b3d90355eba3430179972 (patch)
treec8676ad492c5eaf534d6724b291b57ab38b98c7d /web/html
parent62f08e877d564dd6b7d4d90bcb1bb0cef36f3cb7 (diff)
remove old files, codes, info
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/xray.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html
index 54d40993..05f5f178 100644
--- a/web/html/xui/xray.html
+++ b/web/html/xui/xray.html
@@ -1122,26 +1122,6 @@
this.templateRuleSetter({ outboundTag: "warp", property: "domain", data: newValue });
}
},
- manualBlockedIPs: {
- get: function () { return JSON.stringify(this.blockedIPs, null, 2); },
- set: debounce(function (value) { this.blockedIPs = JSON.parse(value); }, 1000)
- },
- manualBlockedDomains: {
- get: function () { return JSON.stringify(this.blockedDomains, null, 2); },
- set: debounce(function (value) { this.blockedDomains = JSON.parse(value); }, 1000)
- },
- manualDirectIPs: {
- get: function () { return JSON.stringify(this.directIPs, null, 2); },
- set: debounce(function (value) { this.directIPs = JSON.parse(value); }, 1000)
- },
- manualDirectDomains: {
- get: function () { return JSON.stringify(this.directDomains, null, 2); },
- set: debounce(function (value) { this.directDomains = JSON.parse(value); }, 1000)
- },
- manualIPv4Domains: {
- get: function () { return JSON.stringify(this.ipv4Domains, null, 2); },
- set: debounce(function (value) { this.ipv4Domains = JSON.parse(value); }, 1000)
- },
torrentSettings: {
get: function () {
return doAllItemsExist(this.settingsData.protocols.bittorrent, this.blockedProtocols);