OP#607 add FW port
This commit is contained in:
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"dontlognull",
|
||||||
|
"dport",
|
||||||
|
"httplog",
|
||||||
|
"maxconn",
|
||||||
|
"nologin",
|
||||||
|
"redispatch",
|
||||||
|
"sess",
|
||||||
|
"tcplog",
|
||||||
|
"userlist"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -18,5 +18,11 @@ class haproxy_cd::firewall::iptables (
|
|||||||
dport => $hy_https_port,
|
dport => $hy_https_port,
|
||||||
jump => 'accept',
|
jump => 'accept',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
firewall { "${hy_fw_order_no}9000 tcp port minio-api":
|
||||||
|
proto => 'tcp',
|
||||||
|
dport => '9000',
|
||||||
|
jump => 'accept',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user