mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Disable asterisk
This commit is contained in:
parent
3ba15e5da7
commit
ff1afb681b
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
with lib;
|
||||
|
||||
{
|
||||
/*
|
||||
kw.fw.public.tcp.ports = [ 5160 5060 ];
|
||||
kw.fw.public.udp.ports = [ 5160 5060 ];
|
||||
|
||||
|
|
@ -16,6 +17,7 @@ with lib;
|
|||
from = 10000;
|
||||
to = 20000;
|
||||
}];
|
||||
*/
|
||||
|
||||
services.fail2ban.jails = {
|
||||
asterisk = ''
|
||||
|
|
@ -41,6 +43,8 @@ with lib;
|
|||
};
|
||||
|
||||
systemd.services.asterisk = {
|
||||
enable = false;
|
||||
|
||||
description = "Asterisk PBX Server";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue