From 083b7d291465eff821c67ef61df0d945cdb15708 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 26 Sep 2025 22:26:44 +0200 Subject: [PATCH] =?UTF-8?q?Refactor=20relay=20port=20ranges:=20set=20cotur?= =?UTF-8?q?n=20to=2020000=E2=80=9339999,=20BigBlueButton=20to=2040000?= =?UTF-8?q?=E2=80=9349999,=20and=20Nextcloud=20to=2050000=E2=80=9359999=20?= =?UTF-8?q?See:=20https://chatgpt.com/share/68d6f6c2-f7c0-800f-bc2e-10876a?= =?UTF-8?q?fff4a8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- group_vars/all/10_ports.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/group_vars/all/10_ports.yml b/group_vars/all/10_ports.yml index bf39ddc1..6432c588 100644 --- a/group_vars/all/10_ports.yml +++ b/group_vars/all/10_ports.yml @@ -100,9 +100,9 @@ ports: federation: web-app-matrix_synapse: 8448 relay_port_ranges: + web-svc-coturn_start: 20000 + web-svc-coturn_end: 39999 web-app-bigbluebutton_start: 40000 - web-app-bigbluebutton_end: 59999 - web-app-nextcloud_start: 60000 - web-app-nextcloud_end: 79999 - web-svc-coturn_start: 80000 - web-svc-coturn_end: 99999 + web-app-bigbluebutton_end: 49999 + web-app-nextcloud_start: 50000 + web-app-nextcloud_end: 59999