Fix locked profile

This commit is contained in:
Ilia Ross
2026-05-03 13:14:23 +02:00
parent 1d2e1983bf
commit 6c1de362e3
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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'},