mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
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:
parent
77261eb5a9
commit
534f34a5bc
3
etc/systemd/system/tor.service.d/override.conf
Normal file
3
etc/systemd/system/tor.service.d/override.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||||
NoNewPrivileges=yes
|
Loading…
Reference in New Issue
Block a user