From c0ef791f01f601d278f1c4ca3380d6b7716ca9e1 Mon Sep 17 00:00:00 2001 From: MMR <56675802+mmrabbani@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:25:16 +0330 Subject: increase accuracy of geoip and geosite (#1047) * increase accuracy of geoip and geosite * Update x-ui.sh * Update release.yml * Update settings.html * Update release.yml * Update DockerInit.sh * Update settings.html * Update settings.html * Update x-ui.sh --- web/html/xui/settings.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/html/xui/settings.html') diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 39a24c10..47e3405d 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -472,13 +472,14 @@ ips: { local: ["geoip:private"], cn: ["geoip:cn"], - ir: ["geoip:ir"], + ir: ["geoip:ir","ext:geoip_ch.dat:arvancloud","ext:geoip_ch.dat:derakcloud","ext:geoip_ch.dat:iranserver"], ru: ["geoip:ru"], }, domains: { ads: [ "geosite:category-ads-all", - "ext:iran.dat:ads" + "ext:iran.dat:ads", + "ext:geosite_ch.dat:ads" ], speedtest: ["geosite:speedtest"], openai: ["geosite:openai"], -- cgit v1.2.3