From 4c3fe98ebd85bc995320c99baa5937f9cd67aeaf Mon Sep 17 00:00:00 2001 From: xishang0128 Date: Wed, 11 Sep 2024 19:24:53 +0800 Subject: [PATCH] chore: modify the default download address of ASN --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 0af30b3989..907d40bd37 100644 --- a/config/config.go +++ b/config/config.go @@ -521,7 +521,7 @@ func DefaultRawConfig() *RawConfig { }, GeoXUrl: RawGeoXUrl{ Mmdb: "https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.metadb", - ASN: "https://github.com/xishang0128/geoip/releases/download/latest/GeoLite2-ASN.mmdb", + ASN: "https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/GeoLite2-ASN.mmdb", GeoIp: "https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.dat", GeoSite: "https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geosite.dat", },