turn.yml aktualisiert
This commit is contained in:
parent
1148bd1095
commit
6e44ea704c
10
turn.yml
10
turn.yml
@ -222,18 +222,24 @@
|
|||||||
validate: /bin/bash -n %s
|
validate: /bin/bash -n %s
|
||||||
notify: run turn.update
|
notify: run turn.update
|
||||||
|
|
||||||
- name: Allow turn for audio/video tcp
|
- name: Allow turn for audio/video 5349/tcp
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: '5349'
|
port: '5349'
|
||||||
proto: tcp
|
proto: tcp
|
||||||
|
|
||||||
- name: Allow turn for audio/video udp
|
- name: Allow turn for audio/video 5349/udp
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: '5349'
|
port: '5349'
|
||||||
proto: udp
|
proto: udp
|
||||||
|
|
||||||
|
- name: Allow turn for audio/video 49160-49200/udp
|
||||||
|
community.general.ufw:
|
||||||
|
rule: allow
|
||||||
|
port: '49160-49200'
|
||||||
|
proto: udp
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: run genpw.sh
|
- name: run genpw.sh
|
||||||
ansible.builtin.shell: ./genpw.sh
|
ansible.builtin.shell: ./genpw.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user