mirror of
https://github.com/pissnet/pissircd.git
synced 2024-06-05 07:48:44 +01:00
And some more text improvements in ./Config
This commit is contained in:
parent
27bfdef1ca
commit
1e0bddfbab
1 changed files with 5 additions and 4 deletions
9
Config
9
Config
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue