commit 01c5ed9555d15f55fd9e6816700383a115cf1ad3 parent 5142c88e138c9022c2ab1da673a00ab84cd75c5f Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 16 Aug 2023 00:49:24 +0200 Fix fw Diffstat:
| M | nixos/worker-1/configuration.nix | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -185,8 +185,10 @@ 5060 # SIP ]; allowedUDPPorts = [ - # SIP - 5060 + 5060 # SIP + ]; + + allowedUDPPortRanges = [ { from = 10000; to = 20000; } ];