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
port: '{{ item }}'
with_items:
- 25
- 70
- 79
- 80
@ -38,6 +37,7 @@
port: '{{ item }}'
with_items:
- 22
- 25
- 587
- 2222
- 53