Merge pull request #30 from kmonticolo/develop

Rule for incoming port 23/UDP is not needed by default.
This commit is contained in:
Mischa ter Smitten 2019-04-15 16:24:38 +02:00 committed by GitHub
commit a10bd3c029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@ ufw_rules:
to_port: 22
protocol: tcp
- rule: allow
interface: "{{ ansible_default_ipv4['interface'] }}"
to_port: 23
protocol: udp
# /etc/default/ufw
ufw_etc_default_ipv6: true
ufw_etc_default_default_input_policy: DROP