WIP: openvpn

This commit is contained in:
Maurice
2025-09-23 20:55:46 +02:00
parent edf4b2c03f
commit c49ffa1769
14 changed files with 59 additions and 12 deletions

View File

@@ -24,5 +24,6 @@ EOF
chmod +x /etc/local.d/mount-rshared.start
# Allow ports >= 53 to be rootless bound
sysctl net.ipv4.ip_unprivileged_port_start=53
# Allow ports >= 53 to be rootless bound, persistent
echo "net.ipv4.ip_unprivileged_port_start=53" >> /etc/sysctl.d/podman.conf
sysctl -p /etc/sysctl.d/podman.conf