Allow only TCP traffic on specified ports

This commit is contained in:
Sam A. 2022-11-15 20:42:18 +01:00
parent d597a956ff
commit 58dbf9ff22
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 10 additions and 10 deletions

View File

@ -8,13 +8,13 @@
rule: allow
port: "{{ item }}"
loop:
- 22 # Gitea SSH
- 80 # HTTP
- 443 # HTTPS
- 389 # OpenLDAP
- 636 # OpenLDAP
- 25 # Email
- 465 # Email
- 587 # Email
- 993 # Email
- 19022 # SSH
- "22/tcp" # Gitea SSH
- "80/tcp" # HTTP
- "443/tcp" # HTTPS
- "389/tcp" # OpenLDAP
- "636/tcp" # OpenLDAP
- "25/tcp" # Email
- "465/tcp" # Email
- "587/tcp" # Email
- "993/tcp" # Email
- "19022/tcp" # SSH