doc: Tor needs CookieAuthFile set

The message was

    [warn] CookieAuthFileGroupReadable is set, but will have no effect: you must specify an explicit CookieAuthFile to have it group-readable.

Changelog-None
This commit is contained in:
Jan Sarenik 2022-06-19 10:00:37 +02:00 committed by Christian Decker
parent e6442d798e
commit bb53a17855

View File

@ -62,6 +62,7 @@ On most Linux distributions there will be commented-out settings below in the
```
ControlPort 9051
CookieAuthentication 1
CookieAuthFile /var/lib/tor/control_auth_cookie
CookieAuthFileGroupReadable 1
```