nft role + disable iptables when nft enabled
This commit is contained in:
parent
a74dba4557
commit
848917a72c
17 changed files with 348 additions and 57 deletions
|
@ -6,6 +6,11 @@ git_server_domain: git.bitlair.nl
|
|||
git_server_title: Gitlair
|
||||
git_server_bootstrap_cert: no
|
||||
|
||||
nft: true
|
||||
group_nft_input:
|
||||
- "# Allow web-traffic from world"
|
||||
- "tcp dport { http, https } accept"
|
||||
|
||||
nginx_client_max_body_size: 4G
|
||||
|
||||
nginx_sites:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue