|
@@ -403,7 +403,7 @@ function argument_checks {
|
403
|
403
|
fi
|
404
|
404
|
fi
|
405
|
405
|
if [ ! $FREEDNS_SUBDOMAIN_CODE ]; then
|
406
|
|
- if [[ $DOMAIN_NAME == "tor-wifi" || $DOMAIN_NAME == "torwifi" || $DOMAIN_NAME == "tor-hotspot" || $DOMAIN_NAME == "torhotspot" || $DOMAIN_NAME == "tor-access-point"]]; then
|
|
406
|
+ if [[ $DOMAIN_NAME == "tor-wifi" || $DOMAIN_NAME == "torwifi" || $DOMAIN_NAME == "tor-hotspot" || $DOMAIN_NAME == "torhotspot" || $DOMAIN_NAME == "tor-access-point" ]]; then
|
407
|
407
|
DOMAIN_NAME="tor-wifi"
|
408
|
408
|
SYSTEM_TYPE=$VARIANT_TOR_WIFI
|
409
|
409
|
ROUTE_THROUGH_TOR="yes"
|