diff options
author | lassulus <lass@lassul.us> | 2017-02-22 18:20:30 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-02-22 18:20:30 +0100 |
commit | cf64d51cc5e9b06a6fef68b2f60738b15a522e2e (patch) | |
tree | 1041f93f85a7968891ea3b61023fb83ee18d7600 | |
parent | 5b3b825a520a13052f39ab209234a7451c8f8539 (diff) |
l 1 shodan: open monit port
-rw-r--r-- | lass/1systems/shodan.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/shodan.nix b/lass/1systems/shodan.nix index 82622d154..dca616936 100644 --- a/lass/1systems/shodan.nix +++ b/lass/1systems/shodan.nix @@ -61,6 +61,9 @@ with import <stockholm/lib>; }; }; }; + krebs.iptables.tables.filter.INPUT.rules = [ + { predicate = "-p tcp -i retiolum --dport 9093"; target = "ACCEPT"; } + ]; } ]; |