DAFUQ SIMONE

This commit is contained in:
YunoHost 2014-05-13 11:07:24 +02:00
parent fe9ef2b83a
commit f7dda172da
2 changed files with 3 additions and 2 deletions

View file

@ -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
```

View file

@ -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