From 1c8e2ac26cd315c751b8f0d3a704a0c5c51a533d Mon Sep 17 00:00:00 2001 From: sascha Date: Sat, 8 Aug 2026 22:42:53 +0200 Subject: [PATCH] fix: WireGuard-Medienpfad auf kanonisches sysctl-Profil bringen --- group_vars/vps/sysctl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/vps/sysctl.yml b/group_vars/vps/sysctl.yml index 1ffb606..88aea33 100644 --- a/group_vars/vps/sysctl.yml +++ b/group_vars/vps/sysctl.yml @@ -15,6 +15,7 @@ sysctl_params: - { key: net.ipv4.tcp_window_scaling, value: "1" } - { key: net.core.default_qdisc, value: "fq" } - { key: net.ipv4.tcp_congestion_control, value: "bbr" } + - { key: net.ipv4.tcp_no_metrics_save, value: "0" } - { key: net.ipv4.tcp_slow_start_after_idle, value: "0" } - { key: net.ipv4.tcp_fastopen, value: "3" } - { key: net.core.netdev_max_backlog, value: "16384" }