l 2 monit: open monit port to retiolum

This commit is contained in:
lassulus 2017-02-13 20:58:29 +01:00
parent 6dabaf5afe
commit e7f12c4d86

View File

@ -40,5 +40,9 @@ in {
};
};
};
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-p tcp -i retiolum --dport 9093"; target = "ACCEPT"; }
];
}