feat(security): added nftables firewall
This commit is contained in:
parent
7e617bc471
commit
639b01c351
9 changed files with 211 additions and 0 deletions
|
@ -21,3 +21,14 @@ custom_common:
|
|||
force_sign: true
|
||||
signing_key: "{{ vault_common_gitconfig_signingkey }}"
|
||||
install_fonts: true
|
||||
|
||||
custom_security:
|
||||
firewall:
|
||||
filter:
|
||||
policy:
|
||||
output: accept
|
||||
forward: accept
|
||||
mangle:
|
||||
drop_privatenets: false
|
||||
policy:
|
||||
forward: accept
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue