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 untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 10 additions and 10 deletions

View File

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