Allow on all interfaces and on ipv6
This commit is contained in:
parent
4bc3a128ac
commit
67b46d3f75
1 changed files with 2 additions and 2 deletions
|
@ -409,9 +409,9 @@ MACAddressPolicy=none'
|
|||
}
|
||||
if $::facts['sunet_nftables_enabled'] == 'yes' {
|
||||
sunet::nftables::docker_expose { "https_port_${customer}":
|
||||
allow_clients => '0.0.0.0',
|
||||
allow_clients => ['0.0.0.0', '::/0'],
|
||||
port => $https_port,
|
||||
iif => 'ens3',
|
||||
iif => '*',
|
||||
}
|
||||
} else {
|
||||
# Open ports
|
||||
|
|
Loading…
Add table
Reference in a new issue