l dishfire.r: open port 993 (for tinc)
This commit is contained in:
parent
f92d4754f4
commit
1f341a2e5e
|
@ -88,6 +88,7 @@
|
|||
};
|
||||
krebs.iptables.tables.filter.INPUT.rules = [
|
||||
{ predicate = "-p tcp --dport smtp"; target = "ACCEPT"; }
|
||||
{ predicate = "-p tcp --dport 993"; target = "ACCEPT"; }
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue