l prism.r: remove ts3 server
This commit is contained in:
parent
60fe1fed15
commit
4c15270e18
@ -112,7 +112,6 @@ with import <stockholm/lib>;
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
<stockholm/lass/2configs/exim-smarthost.nix>
|
<stockholm/lass/2configs/exim-smarthost.nix>
|
||||||
<stockholm/lass/2configs/ts3.nix>
|
|
||||||
<stockholm/lass/2configs/privoxy-retiolum.nix>
|
<stockholm/lass/2configs/privoxy-retiolum.nix>
|
||||||
<stockholm/lass/2configs/radio.nix>
|
<stockholm/lass/2configs/radio.nix>
|
||||||
<stockholm/lass/2configs/binary-cache/server.nix>
|
<stockholm/lass/2configs/binary-cache/server.nix>
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
{ config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services.teamspeak3 = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
krebs.iptables.tables.filter.INPUT.rules = [
|
|
||||||
#voice port
|
|
||||||
{ predicate = "-p tcp --dport 9987"; target = "ACCEPT"; }
|
|
||||||
{ predicate = "-p udp --dport 9987"; target = "ACCEPT"; }
|
|
||||||
##file transfer port
|
|
||||||
{ predicate = "-p tcp --dport 30033"; target = "ACCEPT"; }
|
|
||||||
{ predicate = "-p udp --dport 30033"; target = "ACCEPT"; }
|
|
||||||
##query port
|
|
||||||
#{ predicate = "-p tcp --dport 10011"; target = "ACCEPT"; }
|
|
||||||
#{ predicate = "-p udp --dport 10011"; target = "ACCEPT"; }
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user