OP#607 add FW port

This commit is contained in:
2026-06-07 14:33:43 +02:00
parent 3209aa0b27
commit db599fac5e
2 changed files with 19 additions and 0 deletions

13
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"cSpell.words": [
"dontlognull",
"dport",
"httplog",
"maxconn",
"nologin",
"redispatch",
"sess",
"tcplog",
"userlist"
]
}

View File

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