mirror of
https://github.com/webmin/webmin.git
synced 2026-05-06 15:20:29 +01:00
Fix locked profile
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user