From 6e44ea704c1fea62f5c3cbbae6f79a3a96fc4a01 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 25 Aug 2023 11:15:01 +0200 Subject: [PATCH] turn.yml aktualisiert --- turn.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/turn.yml b/turn.yml index 09a2f70..9efd969 100644 --- a/turn.yml +++ b/turn.yml @@ -222,18 +222,24 @@ validate: /bin/bash -n %s notify: run turn.update - - name: Allow turn for audio/video tcp + - name: Allow turn for audio/video 5349/tcp community.general.ufw: rule: allow port: '5349' proto: tcp - - name: Allow turn for audio/video udp + - name: Allow turn for audio/video 5349/udp community.general.ufw: rule: allow port: '5349' proto: udp + - name: Allow turn for audio/video 49160-49200/udp + community.general.ufw: + rule: allow + port: '49160-49200' + proto: udp + handlers: - name: run genpw.sh ansible.builtin.shell: ./genpw.sh