From 5a3a8112241a660ee3db6acb21d55f53747488e9 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 14 Jul 2025 18:24:05 +0200 Subject: [PATCH] feat: change max port --- hosts/hitsugibune/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/matrix.nix b/hosts/hitsugibune/matrix.nix index ef8ecf1..34c5cfc 100644 --- a/hosts/hitsugibune/matrix.nix +++ b/hosts/hitsugibune/matrix.nix @@ -55,7 +55,7 @@ in { no-cli = true; no-tcp-relay = true; min-port = 49000; - max-port = 50000; + max-port = 49999; use-auth-secret = true; static-auth-secret-file = config.age.secrets.coturn.path; realm = "turn.sprechtl.me";