SOCtopus: Initial Commit

This commit is contained in:
Wes Lambert
2019-03-15 02:40:02 +00:00
parent 6e29ad90c7
commit 28c0cda16b
3 changed files with 47 additions and 0 deletions

View File

@@ -389,6 +389,17 @@ enable_standard_analyst_3000_{{ip}}:
- position: 1
- save: True
enable_standard_analyst_7000_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 7000
- position: 1
- save: True
enable_standard_analyst_9000_{{ip}}:
iptables.insert:
- table: filter