|
|
@ -236,6 +236,9 @@ if [ ${check} -eq 1 ]; then choice="on"; fi |
|
|
|
if [ "${runBehindTor}" != "${choice}" ]; then |
|
|
|
echo "TOR Setting changed .." |
|
|
|
|
|
|
|
# special actions if TOR is turned on |
|
|
|
if [ "${choice}" = "on" ]; then |
|
|
|
|
|
|
|
# inform user about privacy risk |
|
|
|
whiptail --title " PRIVACY NOTICE " --msgbox " |
|
|
|
RaspiBlitz will now install/activate TOR & after reboot run behind it. |
|
|
@ -246,6 +249,7 @@ Please keep in mind that thru your LND node id & your previous IP history with y |
|
|
|
# make sure AutoNAT & UPnP is off |
|
|
|
/home/admin/config.scripts/lnd.autonat.sh off |
|
|
|
/home/admin/config.scripts/network.upnp.sh off |
|
|
|
fi |
|
|
|
|
|
|
|
# change TOR |
|
|
|
anychange=1 |
|
|
|