#------------------------------------------------------
# Optional package: DSERVER2
#------------------------------------------------------
OPT_DSERVER2='yes'                          # install DSERVER2: yes or no
DSERVER2_AUTO='yes'                         # start automatically with ip-up
DSERVER2_NAME='fli4l-donkey'                # servername displayed in the server list of the clients
DSERVER2_DESC='opt_dserver2 v2 on fli4l'    # serverdescription displayed in the server list of the clients
DSERVER2_MAXCLIENTS='100'                   # the server wont let more clients connect to it at a time
DSERVER2_PUBLIC='true'                      # public or private server
DSERVER2_LOGFILE='false'                    # save serveroutput to logfile named 'log'
DSERVER2_VERBOSE='false'                    # more debugging info in the logfile
DSERVER2_WELCOME0='------------------------------------'   # messages send to each client that logs on to the server
DSERVER2_WELCOME1='Don`t know fli4l? visit www.fli4l.de'   # messages send to each client that logs on to the server
DSERVER2_WELCOME2='------------------------------------'   # messages send to each client that logs on to the server
DSERVER2_WELCOME3='dont even think of sharing child porn!!!'   # messages send to each client that logs on to the server
DSERVER2_WELCOME4='------------------------------------'   # messages send to each client that logs on to the server
DSERVER2_WELCOME5='this space for rent'   # messages send to each client that logs on to the server
DSERVER2_THREADS='5'                        # number of threads created to handle client requests (should have about 5 per 100 clients)
DSERVER2_PORT='2000'                        # port this server listens on / must be different from 4661 if you use a donkey client
DSERVER2_TYPE='key'                         # key ->store/search files by keyword (faster) // substring ->Use the old substring search.
DSERVER2_TABLESIZE='2333'                   # size of the hash table used to store file info (Should be a prime number)
DSERVER2_MAXVERSION='1000'                  # the maximum core version that this server allows connections from
DSERVER2_MINVERSION='39'                    # the minimum core version that this server allows connections from
DSERVER2_HDDVERZ='/second_hdd/dserver'      # where do we store our files?
DSERVER2_BOTS='0'                           # 1 ->BOT can connect, 0 -> BOT are disconnected 
DSERVER2_LOWID='1'                          # 1 ->LowID can connect, 0 ->LowId are disconnected