unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

commit 33ac0dad3ab4cb4987531046ac07c650928df06f
parent ba6084af1c2e59662f0487afa46d4587af1179af
Author: acidvegas <acid.vegas@acid.vegas>
Date: Mon, 8 May 2023 23:01:42 -0400

Disabled geoip by default in Config

Diffstat:
MConfig | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config b/Config
@@ -280,7 +280,7 @@ OPEROVERRIDEVERIFY=""
 GENCERTIFICATE="1"
 EXTRAPARA=""
 SANITIZER=""
-GEOIP="classic"
+GEOIP="none"
 if [ "`eval echo -n 'a'`" = "-n a" ] ; then
 	c="\c"
 else