mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
thub: correct old hiddenservice port
This commit is contained in:
parent
ae37e654d9
commit
3db8c41552
1 changed files with 3 additions and 1 deletions
|
@ -210,7 +210,9 @@ EOF
|
||||||
|
|
||||||
# Hidden Service for thunderhub if Tor is active
|
# Hidden Service for thunderhub if Tor is active
|
||||||
if [ "${runBehindTor}" = "on" ]; then
|
if [ "${runBehindTor}" = "on" ]; then
|
||||||
/home/admin/config.scripts/internet.hiddenservice.sh thunderhub 80 3010
|
# correct old Hidden Service with port
|
||||||
|
sudo sed -i "s/^HiddenServicePort 80 127.0.0.1:3001/HiddenServicePort 80 127.0.0.1:3012/g" /etc/tor/torrc
|
||||||
|
/home/admin/config.scripts/internet.hiddenservice.sh thunderhub 80 3012 443 3013
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue