mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 21:31:45 +01:00
fix old internet.hiddenservice.sh references
This commit is contained in:
parent
ea1c71f4a8
commit
b6a106d5d7
2
FAQ.md
2
FAQ.md
@ -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`
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user