aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-server/coturn/turnserver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-server/coturn/turnserver.conf')
-rw-r--r--matrix-server/coturn/turnserver.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/matrix-server/coturn/turnserver.conf b/matrix-server/coturn/turnserver.conf
new file mode 100644
index 0000000..5acffe5
--- /dev/null
+++ b/matrix-server/coturn/turnserver.conf
@@ -0,0 +1,12 @@
+use-auth-secret
+static-auth-secret=
+realm=turn.myserver.org
+no-tcp-relay
+denied-peer-ip=10.0.0.0-10.255.255.255
+denied-peer-ip=192.168.0.0-192.168.255.255
+denied-peer-ip=172.16.0.0-172.31.255.255
+allowed-peer-ip=10.0.0.1
+user-quota=12
+total-quota=1200
+cert=/path/to/fullchain.pem
+pkey=/path/to/privkey.pem