need those zed files

This commit is contained in:
mitchejj
2023-06-12 19:59:56 -04:00
parent 1569b34be7
commit 12c5a3c996
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Allows for running DNS server via podman unprivileged
net.ipv4.ip_unprivileged_port_start=53

View File

@@ -0,0 +1,3 @@
# Allow network forwarding; enables system to be a tailscale exit node
net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1