diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-17 16:02:25 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-17 16:39:29 +0300 |
| commit | 2488adc042e8b83b626b3d90355eba3430179972 (patch) | |
| tree | c8676ad492c5eaf534d6724b291b57ab38b98c7d /web/html | |
| parent | 62f08e877d564dd6b7d4d90bcb1bb0cef36f3cb7 (diff) | |
remove old files, codes, info
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/xray.html | 20 |
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); |
