summaryrefslogtreecommitdiff
path: root/etc/sysctl.d
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-04-09 01:10:31 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-04-09 01:10:31 -0700
commit1e20d2372ee99457c1efc609914015657b71f4ed (patch)
treebf55a1c3e9f7828b3c76ebe8dc484290e18734d5 /etc/sysctl.d
parenta0518e8d2104e67005f93ff13a5a806e7db88a11 (diff)
swith to new ca server; wireguard no need
Diffstat (limited to 'etc/sysctl.d')
-rw-r--r--etc/sysctl.d/99-sysctl.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/sysctl.d/99-sysctl.conf b/etc/sysctl.d/99-sysctl.conf
deleted file mode 100644
index b9677c02..00000000
--- a/etc/sysctl.d/99-sysctl.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-# at least `net.ipv4.ip_forward = 1` is needed for wireguard masquerade? to work. Without will result into can't ping ips, can't curl websites, browser can't visit websites
-# ka seems has this as default, maybe arch linux cloud-init image has this as default?
-# https://forums.rockylinux.org/t/wireguard-masquerade-wont-work/7752
-# https://wiki.archlinux.org/title/Nftables#NAT_with_port_forwarding
-# https://github.com/teddysun/across/blob/acef6b00a6ad062c0e99286ea136d1a246def644/wireguard.sh#L514-L522
-net.ipv4.ip_forward = 1
-net.ipv6.conf.all.forwarding = 1