diff options
Diffstat (limited to 'irc/unreal/files/patch-doc_conf_modules.default.conf')
-rw-r--r-- | irc/unreal/files/patch-doc_conf_modules.default.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/irc/unreal/files/patch-doc_conf_modules.default.conf b/irc/unreal/files/patch-doc_conf_modules.default.conf new file mode 100644 index 000000000000..86cef49700f2 --- /dev/null +++ b/irc/unreal/files/patch-doc_conf_modules.default.conf @@ -0,0 +1,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 |