From 69945cf49d6fc1b34e181924bf6176aed8d7f1b4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Dec 2015 21:31:05 +0000 Subject: [PATCH] Onion only option --- src/freedombone-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-config b/src/freedombone-config index 8ee16dce..07deee2a 100755 --- a/src/freedombone-config +++ b/src/freedombone-config @@ -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