l prism.r: set murmur autobanTime
This commit is contained in:
parent
c9aac57896
commit
7e77033bfd
@ -278,8 +278,9 @@ with import <stockholm/lib>;
|
|||||||
services.murmur = {
|
services.murmur = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bandwidth = 10000000;
|
bandwidth = 10000000;
|
||||||
|
registerName = "lassul.us";
|
||||||
|
autobanTime = 30;
|
||||||
};
|
};
|
||||||
services.murmur.registerName = "lassul.us";
|
|
||||||
krebs.iptables.tables.filter.INPUT.rules = [
|
krebs.iptables.tables.filter.INPUT.rules = [
|
||||||
{ predicate = "-p tcp --dport 64738"; target = "ACCEPT";}
|
{ predicate = "-p tcp --dport 64738"; target = "ACCEPT";}
|
||||||
{ predicate = "-p udp --dport 64738"; target = "ACCEPT";}
|
{ predicate = "-p udp --dport 64738"; target = "ACCEPT";}
|
||||||
|
Loading…
Reference in New Issue
Block a user