mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
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
16 lines
682 B
Text
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
|