We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71cc81 commit 813ed42Copy full SHA for 813ed42
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### Changes
6
7
+## 0.22.1 (2023-04-20)
8
+
9
+### Changes
10
11
+- Fix issue where SystemD could not bind to port 80 [#1365](https://github.com/juanfont/headscale/pull/1365)
12
13
## 0.22.0 (2023-04-20)
14
15
docs/packaging/headscale.systemd.service
@@ -16,7 +16,7 @@ WorkingDirectory=/var/lib/headscale
16
ReadWritePaths=/var/lib/headscale /var/run
17
18
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_CHOWN
19
-CapabilityBoundingSet=CAP_CHOWN
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_CHOWN
20
LockPersonality=true
21
NoNewPrivileges=true
22
PrivateDevices=true
0 commit comments