Skip to content

Commit

Permalink
chore: modify the default download address of ASN
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Sep 11, 2024
1 parent 0a2f606 commit 4c3fe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 4c3fe98

Please sign in to comment.