forked from bitlair/ansible
Firewall comments
This commit is contained in:
parent
b51372bfb2
commit
69547fc540
8 changed files with 10 additions and 19 deletions
|
@ -5,10 +5,8 @@ acme_san_domains:
|
|||
- [ ravespace.nl ]
|
||||
|
||||
group_nft_input:
|
||||
- "# Allow web-traffic from world"
|
||||
- "tcp dport { http, https } accept"
|
||||
- "# mqtt from world"
|
||||
- "tcp dport { 1883 } accept"
|
||||
- "tcp dport { http, https } accept # Allow web-traffic from world"
|
||||
- "tcp dport { 1883 } accept # mqtt from world"
|
||||
|
||||
nginx_sites:
|
||||
- server_name: "bitlair.nl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue