fix tor cookie

This commit is contained in:
Bryan Ramos 2026-03-12 22:07:58 -04:00
parent cfbd0e03f9
commit 9cda3e5290

View file

@ -23,6 +23,7 @@ in
ControlPort = 9051; ControlPort = 9051;
CookieAuthentication = true; CookieAuthentication = true;
CookieAuthFileGroupReadable = true; CookieAuthFileGroupReadable = true;
DataDirectoryGroupReadable = true;
}; };
}; };
}; };