From 5917bc0ceaa74e6b29aa490d247bbb179bf68fef Mon Sep 17 00:00:00 2001 From: DaTekShaman Date: Sun, 15 Feb 2026 14:20:57 +0300 Subject: [PATCH] Update sysctl command to load specific configuration file for Warpgate --- scripts/config-warpgate-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config-warpgate-debian.sh b/scripts/config-warpgate-debian.sh index d461446..ef244d3 100644 --- a/scripts/config-warpgate-debian.sh +++ b/scripts/config-warpgate-debian.sh @@ -54,7 +54,7 @@ net.ipv4.conf.all.rp_filter=0 net.ipv4.conf.default.rp_filter=0 net.ipv4.conf.wt0.rp_filter=0 EOF -sysctl --system +sysctl -p /etc/sysctl.d/99-warpgate.conf # ========================================== # 3. NETBIRD INSTALLATION