This commit is contained in:
Shelvacu
2025-08-12 13:51:43 -07:00
committed by Shelvacu on fw
parent 9b6c0fc4a9
commit e7e21f652e

View File

@@ -26,6 +26,8 @@ in
before = [ "check-murmur-cert.service" ];
serviceConfig = {
ExecReload = "${pkgs.util-linux}/bin/kill -SIGUSR1 $MAINPID";
SocketBindAllow = [ "ipv4:${toString mcfg.port}" "ipv6:${toString mcfg.port}" ];
SocketBindDeny = "any";
};
};