feat: support to auto config firewall (firewalld) (#420)

This commit is contained in:
mzz
2024-01-11 20:25:29 +08:00
committed by GitHub
parent 35094f398b
commit f9bba2498e
7 changed files with 58 additions and 3 deletions

View File

@ -34,6 +34,10 @@ global {
# https://github.com/daeuniverse/dae/blob/main/docs/en/user-guide/kernel-parameters.md to see what will dae do.
auto_config_kernel_parameter: true
# Automatically configure firewall rules like firewalld and fw4.
# firewalld: nft 'insert rule inet firewalld filter_INPUT mark 0x08000000 accept'
# fw4: nft 'insert rule inet fw4 input mark 0x08000000 accept'
auto_config_firewall_rule: true
##### Node connectivity check.