diff options
author | lassulus <lassulus@lassul.us> | 2017-09-19 10:06:48 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-19 10:26:01 +0200 |
commit | 1f341a2e5e4a6215213bd239a519f13aa732f4e1 (patch) | |
tree | 45173e05ce9304344d70a068aebe340e0b8d9056 /lass/1systems/dishfire/config.nix | |
parent | f92d4754f462b49a1a69a0e6c0958d29a5e5ae54 (diff) |
l dishfire.r: open port 993 (for tinc)
Diffstat (limited to 'lass/1systems/dishfire/config.nix')
-rw-r--r-- | lass/1systems/dishfire/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/dishfire/config.nix b/lass/1systems/dishfire/config.nix index 416edeb82..25e8759b1 100644 --- a/lass/1systems/dishfire/config.nix +++ b/lass/1systems/dishfire/config.nix @@ -88,6 +88,7 @@ }; krebs.iptables.tables.filter.INPUT.rules = [ { predicate = "-p tcp --dport smtp"; target = "ACCEPT"; } + { predicate = "-p tcp --dport 993"; target = "ACCEPT"; } ]; } ]; |