mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
DAFUQ SIMONE
This commit is contained in:
parent
fe9ef2b83a
commit
f7dda172da
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ apt-get install tor
|
|||
|
||||
Edit /ect/tor/torrc, and add these lines:
|
||||
|
||||
```
|
||||
```bash
|
||||
HiddenServiceDir /var/lib/tor/hidden_service/
|
||||
HiddenServicePort 80 127.0.0.1:80
|
||||
HiddenServicePort 443 127.0.0.1:443
|
||||
|
@ -37,3 +37,4 @@ Your domain looks like *random123456789.onion*
|
|||
```bash
|
||||
yunohost domain add random123456789.onion
|
||||
```
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ apt-get install tor
|
|||
|
||||
Editer le fichier /ect/tor/torrc, et ajouter ces lignes :
|
||||
|
||||
```
|
||||
```bash
|
||||
HiddenServiceDir /var/lib/tor/hidden_service/
|
||||
HiddenServicePort 80 127.0.0.1:80
|
||||
HiddenServicePort 443 127.0.0.1:443
|
||||
|
|
Loading…
Reference in a new issue