fix old internet.hiddenservice.sh references

This commit is contained in:
rootzoll 2022-01-26 00:15:50 +01:00
parent ea1c71f4a8
commit b6a106d5d7
3 changed files with 4 additions and 4 deletions

2
FAQ.md
View File

@ -220,7 +220,7 @@ SSH is already encrypted, why would I want to use it with Tor?
* Anonymized access - Someone sniffing the traffic don't know where the server you are establishing a connection is, not the server side knows where the client is.
Create Hidden Service:
`bash /home/admin/config.scripts/internet.hiddenservice.sh ssh 22 22`
`bash /home/admin/config.scripts/tor.onion-service.sh ssh 22 22`
SSH over Tor:
`torsocks ssh admin@HiddenServiceAddress.onion`

View File

@ -274,7 +274,7 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
# Hidden Service if Tor is active
if [ "${runBehindTor}" = "on" ]; then
/home/admin/config.scripts/internet.hiddenservice.sh off joinmarket-webui
/home/admin/config.scripts/tor.onion-service.sh off joinmarket-webui
fi
# remove the app

View File

@ -164,8 +164,8 @@ WantedBy=multi-user.target
# Hidden Service for tallycoin-connect if Tor is active
if [ "${runBehindTor}" = "on" ]; then
# make sure to keep in sync with internet.tor.sh script
/home/admin/config.scripts/internet.hiddenservice.sh tallycoin-connect 80 8125 443 8126
# make sure to keep in sync with tor.onion-service.sh script
/home/admin/config.scripts/tor.onion-service.sh tallycoin-connect 80 8125 443 8126
fi
source $RASPIBLITZ_INFO
if [ "${state}" == "ready" ]; then