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
diff options
context:
space:
mode:
authorMMR <56675802+mmrabbani@users.noreply.github.com>2023-12-14 15:08:10 +0300
committerGitHub <noreply@github.com>2023-12-14 15:08:10 +0300
commit0135be875747cde2b320b5ac6d8b2a3bb0a95d52 (patch)
treec1adae063f51e5a6dc96ce205351b01222ddb66e
parent76598dfa1a23abb93f4d9a31ccab8d8ca2881617 (diff)
simplify iran Geoip rule (#1369)
-rw-r--r--web/html/xui/xray.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html
index c243f825..cca8483f 100644
--- a/web/html/xui/xray.html
+++ b/web/html/xui/xray.html
@@ -530,7 +530,7 @@
ips: {
local: ["geoip:private"],
cn: ["geoip:cn"],
- ir: ["ext:geoip_IR.dat:ir","ext:geoip_IR.dat:arvancloud","ext:geoip_IR.dat:derakcloud","ext:geoip_IR.dat:iranserver","ext:geoip_IR.dat:parspack"],
+ ir: ["ext:geoip_IR.dat:ir"],
ru: ["geoip:ru"],
},
domains: {
@@ -1401,4 +1401,4 @@
});
</script>
</body>
-</html> \ No newline at end of file
+</html>