# Broken. Don't enable.
#if ! grep -q "ipv6" $SPELL_CONFIG; then
#  if query "Enable IPv6 support?" n
#  then echo 'OPTS="$OPTS --enable-ipv6"' >> $SPELL_CONFIG
#  else echo 'OPTS="$OPTS --disable-ipv6"' >> $SPELL_CONFIG
#  fi
#fi

#if ! grep -q "client" $SPELL_CONFIG; then
#  if query "Build the uum client?" n
#  then echo 'OPTS="$OPTS --enable-client"' >> $SPELL_CONFIG
#  else echo 'OPTS="$OPTS --disable-client"' >> $SPELL_CONFIG
#  fi
#fi

config_query UNSAFE "Allow clients to connect from any host (can be a security risk)?" n
