尝试自动在firewalld中开放端口

This commit is contained in:
刘祥超
2022-01-03 16:28:27 +08:00
parent eb35df8720
commit 13216f481c
2 changed files with 10 additions and 0 deletions

View File

@@ -59,6 +59,13 @@
<p class="comment">如果为0则默认为{{defaultNodeTCPMaxConnections}}。</p>
</td>
</tr>
<tr>
<td>自动开放端口</td>
<td>
<checkbox name="autoOpenPorts" v-model="cluster.autoOpenPorts"></checkbox>
<p class="comment">选中后会自动尝试在边缘节点正在运行的firewalld中开放所需端口如果有别的防火墙或者安全策略仍然需要手工操作。</p>
</td>
</tr>
</tbody>
</table>
<submit-btn></submit-btn>