From 676ce3b4cfdc72c758380da512ee3a00c370623e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 29 Aug 2025 11:33:48 +0100 Subject: [PATCH] Revert "update.sh: Ensure ncp-disable is removed from config and DATACIPHERS added" This reverts commit 198025111e37a80944dbab9ddd57967945e27949. Signed-off-by: Michael Tremer --- config/rootfiles/core/197/update.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/rootfiles/core/197/update.sh b/config/rootfiles/core/197/update.sh index f1800b2c0..0fd5cc6f0 100644 --- a/config/rootfiles/core/197/update.sh +++ b/config/rootfiles/core/197/update.sh @@ -123,10 +123,6 @@ ldconfig /usr/local/bin/filesystem-cleanup # Update the OpenVPN configuration -if grep -q "ncp-disable" /var/ipfire/ovpn/server.conf; then - sed -r -e "/ncp-disable/d" -i /var/ipfire/ovpn/server.conf - echo "DATACIPHERS=AES-256-GCM|AES-128-GCM|CHACHA20-POLY1305" >> /var/ipfire/ovpn/settings -fi sudo -u nobody /srv/web/ipfire/cgi-bin/ovpnmain.cgi # Apply SSH configuration -- 2.47.3