From ad8c4d27d06da798e9c1f5cbda4d44fbd7993d99 Mon Sep 17 00:00:00 2001 From: Guy Resheff Date: Thu, 27 Mar 2025 22:29:36 -0700 Subject: [PATCH] sysctl on galaxy changes for tailscale --- galaxy/etc/sysctl.d/99-tailscale.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 galaxy/etc/sysctl.d/99-tailscale.conf diff --git a/galaxy/etc/sysctl.d/99-tailscale.conf b/galaxy/etc/sysctl.d/99-tailscale.conf new file mode 100644 index 0000000..03b9402 --- /dev/null +++ b/galaxy/etc/sysctl.d/99-tailscale.conf @@ -0,0 +1,2 @@ +net.ipv4.ip_forward = 1 +net.ipv6.conf.all.forwarding = 1 \ No newline at end of file