Add netamsk

This commit is contained in:
Micke Nordin 2024-12-24 11:10:38 +01:00
parent 536a4a11d3
commit 8f7cd413ff

View file

@ -410,7 +410,7 @@ MACAddressPolicy=none'
if $::facts['sunet_nftables_enabled'] == 'yes' {
$name = "https_port_${customer}"
ensure_resource('sunet::nftables::ufw_allow_compat', $name, {
from => ['0.0.0.0', '::/0'],
from => ['0.0.0.0/0', '::/0'],
port => $https_port,
})
} else {