Firewall comments

This commit is contained in:
Mark Janssen 2024-12-02 21:57:47 +01:00
parent b51372bfb2
commit 69547fc540
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
8 changed files with 10 additions and 19 deletions

View file

@ -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"