Firewall rules

This commit is contained in:
Mark Janssen 2024-12-02 21:53:39 +01:00
parent fa31ab8590
commit b51372bfb2
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
---
manage_sshd_config: false
group_nft_input:
- "# Allow SSH from world"
- "tcp dport { ssh } accept"