Disabled geoip by default in Config

This commit is contained in:
Dionysus 2023-05-08 23:01:42 -04:00
parent ba6084af1c
commit 33ac0dad3a
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 1 deletions

2
Config
View File

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