From 09c5bd818ded489378104f523fcede23443c5092 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 5 Feb 2024 11:58:12 +0000 Subject: Bulk update with all changes currently in prod --- files/turnserver.conf.j2 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 files/turnserver.conf.j2 (limited to 'files/turnserver.conf.j2') diff --git a/files/turnserver.conf.j2 b/files/turnserver.conf.j2 new file mode 100644 index 0000000..05c956c --- /dev/null +++ b/files/turnserver.conf.j2 @@ -0,0 +1,11 @@ +# SPDX-FileCopyrightText: 2024 Matthew Fennell +# +# SPDX-License-Identifier: AGPL-3.0-only + +syslog +no-rfc5780 +no-stun-backward-compatibility +response-origin-only-with-rfc5780 +realm=turn.{{ virtual_host }} +use-auth-secret +static-auth-secret={{ turn_secret }} -- cgit v1.2.3