l dishfire.r: open port 993 (for tinc)

This commit is contained in:
lassulus 2017-09-19 10:06:48 +02:00
parent f92d4754f4
commit 1f341a2e5e

View File

@ -88,6 +88,7 @@
};
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-p tcp --dport smtp"; target = "ACCEPT"; }
{ predicate = "-p tcp --dport 993"; target = "ACCEPT"; }
];
}
];