From 6c1de362e348857df34ecee4b68ae285930016db Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sun, 3 May 2026 13:14:23 +0200 Subject: [PATCH] Fix locked profile --- nftables/lang/en | 2 +- nftables/setup.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nftables/lang/en b/nftables/lang/en index d3c5f47ee..5e99a4e03 100644 --- a/nftables/lang/en +++ b/nftables/lang/en @@ -99,7 +99,7 @@ setup_profile_dns_desc=Management access plus DNS, DNS-over-TLS, DHCPv6 client a setup_profile_virtualmin=Virtualmin hosting server setup_profile_virtualmin_desc=Management, web, mail, DNS, FTP, Usermin and passive FTP ports setup_profile_locked=Locked-down server -setup_profile_locked_desc=Drop input, forward and output traffic except management and replies +setup_profile_locked_desc=Drop input, forward and output traffic with no service exceptions setup_profile_custom=Custom selected services setup_profile_custom_desc=Use only the services and ports selected below setup_services=Allowed services and ports diff --git a/nftables/setup.cgi b/nftables/setup.cgi index 06be28d7a..0b0f287ab 100644 --- a/nftables/setup.cgi +++ b/nftables/setup.cgi @@ -146,7 +146,7 @@ return ( 'input' => 'drop', 'forward' => 'drop', 'output' => 'drop', - 'services' => [ qw(ssh webmin) ] }, + 'services' => [ ] }, { 'id' => 'custom', 'name' => $text{'setup_profile_custom'}, 'desc' => $text{'setup_profile_custom_desc'},