Disabled geoip in Config setup

This commit is contained in:
Dionysus 2022-04-03 11:47:22 -04:00
parent f853b13ab5
commit a0b3c7b90a
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 2 additions and 2 deletions

4
Config
View File

@ -271,7 +271,7 @@ UNREALCWD="`pwd`"
BASEPATH="$HOME/unrealircd"
DEFPERM="0600"
SSLDIR=""
NICKNAMEHISTORYLENGTH="2000"
NICKNAMEHISTORYLENGTH="100"
MAXCONNECTIONS_REQUEST="auto"
REMOTEINC="1"
CURLDIR=""
@ -280,7 +280,7 @@ OPEROVERRIDEVERIFY=""
GENCERTIFICATE="1"
EXTRAPARA=""
SANITIZER=""
GEOIP="classic"
GEOIP="none"
if [ "`eval echo -n 'a'`" = "-n a" ] ; then
c="\c"
else