From 12d0517b5ff82a3296c1ff7aa3bd2a4fefd257d9 Mon Sep 17 00:00:00 2001 From: DaTekShaman Date: Sun, 15 Feb 2026 14:22:22 +0300 Subject: [PATCH] Update sysctl command to load configuration from specific file for Warpgate scripts --- scripts/config-warpgate-alpine.sh | 2 +- scripts/config-warpgate-debian.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config-warpgate-alpine.sh b/scripts/config-warpgate-alpine.sh index f16338c..b574bcf 100644 --- a/scripts/config-warpgate-alpine.sh +++ b/scripts/config-warpgate-alpine.sh @@ -63,7 +63,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 diff --git a/scripts/config-warpgate-debian.sh b/scripts/config-warpgate-debian.sh index ef244d3..d461446 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 -p /etc/sysctl.d/99-warpgate.conf +sysctl --system # ========================================== # 3. NETBIRD INSTALLATION