- Timestamp:
- Feb 23, 2020, 1:48:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/ansible/roles/shorewall/defaults/main.yml
r3694 r3760 50 50 - { action: ACCEPT, source: net, destination: fw, protocol: tcp, destination_port: 20 } 51 51 - { action: ACCEPT, source: net, destination: fw, protocol: tcp, destination_port: 21 } 52 # Returned FTP 53 - { action: ACCEPT, source: fw, destination: net, protocol: tcp, source_port: 21 } 52 54 # Incoming SMTP 53 55 - { action: ACCEPT, source: "net:{{ smtp }}", destination: fw, protocol: tcp, destination_port: 25 }
Note:
See TracChangeset
for help on using the changeset viewer.