Skip to content

Commit 37315ab

Browse files
authored
Merge pull request #3 from Permanently/patch-1
Allow whois on ufw outgoing
2 parents 024e9ee + 0d9cd6e commit 37315ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/firewall/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
direction: out
3636
to_port: "{{ item }}"
3737
with_items:
38+
- "43"
3839
- "53"
3940
- "123"
4041
- "80"

0 commit comments

Comments
 (0)