From 5d2b8b2bf88b6bd57eb560ba6d00721711f46e7a Mon Sep 17 00:00:00 2001 From: Seyed Mahdi <39972836+SeyedHashtag@users.noreply.github.com> Date: Fri, 30 May 2025 23:34:26 +0330 Subject: [PATCH] fix: update geosite URLs and tags in singbox.json for consistency --- core/scripts/normalsub/singbox.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/scripts/normalsub/singbox.json b/core/scripts/normalsub/singbox.json index d1f8fbc..c22f140 100644 --- a/core/scripts/normalsub/singbox.json +++ b/core/scripts/normalsub/singbox.json @@ -98,28 +98,28 @@ "format": "binary", "tag": "geosite-ads", "type": "remote", - "url": "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@sing/geo/geosite/category-ads-all.srs" + "url": "https://raw.githubusercontent.com/Chocolate4U/Iran-sing-box-rules/rule-set/geosite-category-ads-all.srs" }, { "download_detour": "direct", "format": "binary", - "tag": "geosite-private", + "tag": "geoip-private", "type": "remote", - "url": "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@sing/geo/geosite/private.srs" + "url": "https://raw.githubusercontent.com/Chocolate4U/Iran-sing-box-rules/rule-set/geoip-private.srs" }, { "download_detour": "direct", "format": "binary", "tag": "geosite-ir", "type": "remote", - "url": "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@sing/geo/geosite/category-ir.srs" + "url": "https://raw.githubusercontent.com/Chocolate4U/Iran-sing-box-rules/rule-set/geosite-ir.srs" }, { "download_detour": "direct", "format": "binary", "tag": "geoip-ir", "type": "remote", - "url": "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@sing/geo/geoip/ir.srs" + "url": "https://raw.githubusercontent.com/Chocolate4U/Iran-sing-box-rules/rule-set/geoip-ir.srs" } ], "rules": [ @@ -152,7 +152,7 @@ { "action": "reject", "rule_set": [ - "geosite-ads" + "geoip-ads" ] } ]