l 2 iodined: open the correct port

This commit is contained in:
lassulus 2016-10-01 02:17:17 +02:00
parent fbadb5cd59
commit 8c618dd3f0

View file

@ -14,7 +14,7 @@ in {
};
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-p udp --dport 54"; target = "ACCEPT";}
{ predicate = "-p udp --dport 53"; target = "ACCEPT";}
];
}