mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update torhiddenservice.md
This commit is contained in:
parent
a5350ba149
commit
45d07d5a6c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ See https://www.torproject.org/docs/tor-hidden-service.html.en
|
|||
## Installing Tor
|
||||
|
||||
```bash
|
||||
apt-get install tor
|
||||
sudo apt-get install tor
|
||||
```
|
||||
|
||||
## Configuring our hidden service
|
||||
|
@ -27,7 +27,7 @@ service tor restart
|
|||
## Get your Tor Hidden Service hostname
|
||||
|
||||
```bash
|
||||
cat /path/to/hidden_service/keys/hostname
|
||||
cat /var/lib/tor/hidden_service/hostname
|
||||
```
|
||||
|
||||
Your domain looks like *random123456789.onion*
|
||||
|
|
Loading…
Reference in a new issue