Adding throttle for port 25

This commit is contained in:
Ubergeek 2019-11-21 17:53:25 +00:00
parent 7cf8ff4f5d
commit 3a5751a34e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@
proto: tcp proto: tcp
port: '{{ item }}' port: '{{ item }}'
with_items: with_items:
- 25
- 70 - 70
- 79 - 79
- 80 - 80
@ -38,6 +37,7 @@
port: '{{ item }}' port: '{{ item }}'
with_items: with_items:
- 22 - 22
- 25
- 587 - 587
- 2222 - 2222
- 53 - 53