1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Update subdomain URL

This commit is contained in:
Bram Matthys
2026-04-10 17:25:30 +02:00
parent e39ea1f483
commit 3c71a03781
+6 -6
View File
@@ -320,18 +320,18 @@ loadmodule "$GEOIP_ENGINE";
@if module-loaded("geoip_classic") @if module-loaded("geoip_classic")
set { set {
geoip-classic { geoip-classic {
ipv4-database "https://www.unrealircd.org/files/geo/classic/GeoIP.dat" { url-refresh 14d; url-fail warn; } ipv4-database "https://geoip.unrealircd.org/classic/GeoIP.dat" { url-refresh 14d; url-fail warn; }
ipv6-database "https://www.unrealircd.org/files/geo/classic/GeoIPv6.dat" { url-refresh 14d; url-fail warn; } ipv6-database "https://geoip.unrealircd.org/classic/GeoIPv6.dat" { url-refresh 14d; url-fail warn; }
asn-ipv4-database "https://www.unrealircd.org/files/geo/classic/GeoIPASNum.dat" { url-refresh 14d; url-fail warn; } asn-ipv4-database "https://geoip.unrealircd.org/classic/GeoIPASNum.dat" { url-refresh 14d; url-fail warn; }
asn-ipv6-database "https://www.unrealircd.org/files/geo/classic/GeoIPASNumv6.dat" { url-refresh 14d; url-fail warn; } asn-ipv6-database "https://geoip.unrealircd.org/classic/GeoIPASNumv6.dat" { url-refresh 14d; url-fail warn; }
} }
} }
@endif @endif
@if module-loaded("geoip_mmdb") @if module-loaded("geoip_mmdb")
set { set {
geoip-mmdb { geoip-mmdb {
database "https://www.unrealircd.org/files/geo/classic/GeoIP.mmdb" { url-refresh 14d; url-fail warn; } database "https://geoip.unrealircd.org/mmdb/GeoIP.mmdb" { url-refresh 14d; url-fail warn; }
asn-database "https://www.unrealircd.org/files/geo/classic/GeoIP-ASN.mmdb" { url-refresh 14d; url-fail warn; } asn-database "https://geoip.unrealircd.org/mmdb/GeoIP-ASN.mmdb" { url-refresh 14d; url-fail warn; }
} }
} }
@endif @endif