Fix asn url issues

This commit is contained in:
chen08209
2025-03-08 04:22:03 +08:00
parent 7895ccf720
commit 68be2d34a1
4 changed files with 6 additions and 4 deletions

View File

@@ -1750,7 +1750,7 @@ class _$GeoXUrlImpl implements _GeoXUrl {
{this.mmdb =
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.metadb",
this.asn =
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.metadb",
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/GeoLite2-ASN.mmdb",
this.geoip =
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.dat",
this.geosite =

View File

@@ -191,7 +191,7 @@ _$GeoXUrlImpl _$$GeoXUrlImplFromJson(Map<String, dynamic> json) =>
mmdb: json['mmdb'] as String? ??
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.metadb",
asn: json['asn'] as String? ??
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.metadb",
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/GeoLite2-ASN.mmdb",
geoip: json['geoip'] as String? ??
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.dat",
geosite: json['geosite'] as String? ??