From 1b9432ff37e5835c4c2f3f3b4d97da9e583d354d Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 17 Oct 2024 11:25:39 +0200 Subject: move security domains into protection shield --- web/html/xui/settings.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web/html/xui/settings.html') diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index d18964f8..d7383061 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -383,12 +383,12 @@ - + - + @@ -476,7 +476,7 @@ ] }, ], - geoIPOptions: [ + IPsOptions: [ { label: 'Private IP', value: 'private' }, { label: '🇮🇷 Iran', value: 'ir' }, { label: '🇨🇳 China', value: 'cn' }, @@ -488,7 +488,7 @@ { label: '🇹🇷 Türkiye', value: 'tr' }, { label: '🇧🇷 Brazil', value: 'br' }, ], - geoSiteOptions: [ + DomainsOptions: [ { label: '🇮🇷 Iran', value: 'ir' }, { label: '🇨🇳 China', value: 'cn' }, { label: '🇷🇺 Russia', value: 'ru' }, @@ -746,7 +746,7 @@ this.allSetting.subJsonRules = v ? JSON.stringify(this.defaultRules) : ""; } }, - geoIP: { + directIPs: { get: function () { if (!this.enableDirect) return []; const rules = JSON.parse(this.allSetting.subJsonRules); @@ -772,7 +772,7 @@ this.allSetting.subJsonRules = JSON.stringify(rules); } }, - geoSite: { + directDomains: { get: function () { if (!this.enableDirect) return []; const rules = JSON.parse(this.allSetting.subJsonRules); -- cgit v1.2.3