Merge pull request #962 from frennkie/add-tor-check

add check to background for Tor
This commit is contained in:
Christian Rotzoll 2020-01-08 14:51:07 +01:00 committed by GitHub
commit 3c8eaee706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ***"