Skip to content

Commit a10bd3c

Browse files
authored
Merge pull request #30 from kmonticolo/develop
Rule for incoming port 23/UDP is not needed by default.
2 parents 7fcaff5 + 8f721da commit a10bd3c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

defaults/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ ufw_rules:
1111
to_port: 22
1212
protocol: tcp
1313

14-
- rule: allow
15-
interface: "{{ ansible_default_ipv4['interface'] }}"
16-
to_port: 23
17-
protocol: udp
18-
1914
# /etc/default/ufw
2015
ufw_etc_default_ipv6: true
2116
ufw_etc_default_default_input_policy: DROP

0 commit comments

Comments
 (0)