|
|
|
@ -702,11 +702,12 @@ while [ -z "$TEST" ] ; do
|
|
|
|
|
TEST="$GEOIP"
|
|
|
|
|
echo ""
|
|
|
|
|
echo "GeoIP is a feature that allows converting an IP address to a location (country)"
|
|
|
|
|
echo "You have three options in UnrealIRCd:"
|
|
|
|
|
echo " classic: This is the DEFAULT geoip engine that should work on all systems"
|
|
|
|
|
echo "libmaxminddb: This uses the libmaxminddb library. If you want to use it then"
|
|
|
|
|
echo "Possible build options:"
|
|
|
|
|
echo " classic: This is the DEFAULT geoip engine. It should work on all systems"
|
|
|
|
|
echo " and receives automatic updates."
|
|
|
|
|
echo "libmaxminddb: This uses the libmaxminddb library. If you want to use this, then"
|
|
|
|
|
echo " you need to install the libmaxminddb library on your system first"
|
|
|
|
|
echo " none: Don't built with any geoip library (geoip-csv is still built)"
|
|
|
|
|
echo " none: Don't build with any geoip library (geoip-csv is still built)"
|
|
|
|
|
echo "Choose one of: classic, libmaxminddb, none"
|
|
|
|
|
echo $n "[$TEST] -> $c"
|
|
|
|
|
read cc
|
|
|
|
|