ports/irc/unreal/files/patch-doc_conf_modules.default.conf
JR Aquino cb44590896 irc/unreal: Unreal - the next generation ircd
A highly advanced IRCd with a strong focus on modularity and security.
Other key features include: full IRCv3 support, SSL/TLS, cloaking,
advanced anti-flood and anti-spam systems, GeoIP, remote includes,
and lots of other features.

WWW: https://www.unrealircd.org/

PR:		273461
2023-09-24 14:57:14 -04:00

16 lines
682 B
Text

--- 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