Skip to content
Snippets Groups Projects
Commit 69945cf4 authored by Bob Mottram's avatar Bob Mottram
Browse files

Onion only option

parent 4ac4f49d
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ CONFIGURATION_FILE=
DH_KEYLENGTH=
MINIMAL_INSTALL="yes"
DEFAULT_LANGUAGE='en_GB.UTF-8'
ONION_ONLY="no"
function show_help {
echo ''
......@@ -270,6 +271,7 @@ function save_configuration_file {
if [ $DH_KEYLENGTH ]; then
echo "DH_KEYLENGTH=$DH_KEYLENGTH" >> $CONFIGURATION_FILE
fi
echo "ONION_ONLY=$ONION_ONLY" >> $CONFIGURATION_FILE
}
# test a domain name to see if it's valid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment