summaryrefslogtreecommitdiffstats
path: root/lass/1systems/dishfire
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-09-19 11:51:22 +0200
committerlassulus <lassulus@lassul.us>2017-09-19 11:58:46 +0200
commit2d1160c0623461ea94d2f573d114909b64ab2b4d (patch)
treea4c7aee1caa973f0fb4680be8339a66ed9e7c008 /lass/1systems/dishfire
parentc83cd3492a180e41c071e31ae8e4225b5c2083fc (diff)
l retiolum: open configured tinc port
Diffstat (limited to 'lass/1systems/dishfire')
-rw-r--r--lass/1systems/dishfire/config.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lass/1systems/dishfire/config.nix b/lass/1systems/dishfire/config.nix
index 25e8759b..416edeb8 100644
--- a/lass/1systems/dishfire/config.nix
+++ b/lass/1systems/dishfire/config.nix
@@ -88,7 +88,6 @@
};
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-p tcp --dport smtp"; target = "ACCEPT"; }
- { predicate = "-p tcp --dport 993"; target = "ACCEPT"; }
];
}
];