mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
add check to background for Tor
This commit is contained in:
parent
da84ee0ad9
commit
4ff249f291
@ -91,6 +91,12 @@ do
|
||||
if [ ${#lndAddress} -gt 3 ]; then
|
||||
recheckPublicIP=0
|
||||
fi
|
||||
|
||||
# prevent also when runBehindTor is on
|
||||
if [ "${runBehindTor}" = "1" ] || [ "${runBehindTor}" = "on" ]; then
|
||||
recheckPublicIP=0
|
||||
fi
|
||||
|
||||
updateDynDomain=0
|
||||
if [ ${recheckPublicIP} -eq 1 ]; then
|
||||
echo "*** RECHECK PUBLIC IP ***"
|
||||
|
Loading…
x
Reference in New Issue
Block a user