OP#669 remove unwanted onio-api fw rule

This commit is contained in:
2026-09-05 12:00:36 +02:00
parent fa133ffd63
commit 83422e8563

View File

@@ -18,11 +18,5 @@ class confdroid_haproxy::firewall::iptables (
dport => $hy_https_port,
jump => 'accept',
}
firewall { "${hy_fw_order_no}9000 tcp port minio-api":
proto => 'tcp',
dport => '9000',
jump => 'accept',
}
}
}