OP#561 try new fw settings

This commit is contained in:
2026-04-09 15:06:31 +02:00
parent 94afeda0bb
commit 8500d243e6
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ class confdroid_ssh::firewall::iptables (
) inherits confdroid_ssh::params {
firewall { "${ssh_fw_order}${ssh_fw_port} allow SSH on port ${ssh_fw_port}":
ensure => $ssh_use_firewall,
ensure => $ssh_fw_rule,
proto => 'tcp',
source => $ssh_source_range,
dport => $ssh_fw_port,