summaryrefslogtreecommitdiff
path: root/irc/unreal/files/patch-doc_conf_modules.default.conf
blob: 86cef49700f2564ef105c7c23bd4f6260e4c0f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- doc/conf/modules.default.conf.orig	2023-09-21 00:26:43 UTC
+++ doc/conf/modules.default.conf
@@ -293,13 +293,3 @@ loadmodule "targetfloodprot"; /* set::anti-flood::targ
 loadmodule "watch-backend"; /* used by watch and other modules */
 loadmodule "geoip_base"; /* needed for ALL geoip functions */
 loadmodule "websocket_common"; /* helper functions for websocket (internal) */
-
-loadmodule "geoip_classic";
-@if module-loaded("geoip_classic")
-set {
-	geoip-classic {
-		ipv4-database "https://www.unrealircd.org/files/geo/classic/GeoIP.dat" { url-refresh 14d; }
-		ipv6-database "https://www.unrealircd.org/files/geo/classic/GeoIPv6.dat" { url-refresh 14d; }
-	}
-}
-@endif