The Dockerfile is now updated to include support for Tor configuration, with a working torrc file included in the repo. An issue with opensearch was fixed as well, which was uncovered during testing and was simple enough to fix here. Likewise, DDG bang gen was updated to only ever happen if the file didn't exist previously, as testing with the file being regenerated every time was tedious.
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
DataDirectory /var/lib/tor
|
|
ControlPort 9051
|
|
CookieAuthentication 1
|
|
DataDirectoryGroupReadable 1
|
|
CookieAuthFileGroupReadable 1
|
|
ExtORPortCookieAuthFileGroupReadable 1
|
|
CacheDirectoryGroupReadable 1
|
|
CookieAuthFile /var/lib/tor/control_auth_cookie
|