mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fix tor cookie
This commit is contained in:
parent
cfbd0e03f9
commit
9cda3e5290
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ in
|
||||||
ControlPort = 9051;
|
ControlPort = 9051;
|
||||||
CookieAuthentication = true;
|
CookieAuthentication = true;
|
||||||
CookieAuthFileGroupReadable = true;
|
CookieAuthFileGroupReadable = true;
|
||||||
|
DataDirectoryGroupReadable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue