l prism.r: open udp for murmur
This commit is contained in:
parent
4883192420
commit
79fce4068f
|
@ -317,6 +317,7 @@ with import <stockholm/lib>;
|
|||
services.murmur.registerName = "lassul.us";
|
||||
krebs.iptables.tables.filter.INPUT.rules = [
|
||||
{ predicate = "-p tcp --dport 64738"; target = "ACCEPT";}
|
||||
{ predicate = "-p udp --dport 64738"; target = "ACCEPT";}
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue