feat: change max port

This commit is contained in:
s-prechtl 2025-07-14 18:24:05 +02:00
parent e3973650c5
commit 5a3a811224

View file

@ -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";