summaryrefslogtreecommitdiff
path: root/files/turnserver.conf.j2
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-02-05 11:58:12 +0000
committerMatthew Fennell <matthew@fennell.dev>2024-02-05 11:58:12 +0000
commit09c5bd818ded489378104f523fcede23443c5092 (patch)
treeb862fcaa383e165a1f3e995ad4625f55845e3bc8 /files/turnserver.conf.j2
parent58ce069ae98a74ec95db89e8dda6e1ff188c3b77 (diff)
Bulk update with all changes currently in prod
Diffstat (limited to 'files/turnserver.conf.j2')
-rw-r--r--files/turnserver.conf.j211
1 files changed, 11 insertions, 0 deletions
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 <matthew@fennell.dev>
+#
+# 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 }}