add override.conf for tor.service for allowing binding to 80/443

It took me some time a few days ago to figure out this (and notice that
port 80 was already used by automatically installed Apache that was
doing nothing).

I have understood that ports 443 (Orport) and 80 (Dirport) are the best
for users behind strict firewalls especially if they aren't needed for
anything else on the system running Tor relay.
This commit is contained in:
Aminda Suomalainen 2018-10-12 23:10:48 +03:00
parent 77261eb5a9
commit 534f34a5bc
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[Service]
AmbientCapabilities=CAP_NET_BIND_SERVICE
NoNewPrivileges=yes