From 175eaeeac030ab80014c53fed5fe4f25869e9076 Mon Sep 17 00:00:00 2001 From: Alexander Veselov Date: Sat, 22 Feb 2025 19:52:38 -0500 Subject: [PATCH] Add data/my.conf --- data/my.conf | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 data/my.conf diff --git a/data/my.conf b/data/my.conf new file mode 100644 index 0000000..3f11ed4 --- /dev/null +++ b/data/my.conf @@ -0,0 +1,43 @@ +# Main listening port +realm=turn.example.com +server-name=turn.example.com + +fingerprint + +#listening-ip=0.0.0.0 +#192.168.1.10 - local docker IP +#10.15.20.25 - external IP +external-ip=192.168.1.10/10.15.20.25 + +#listening-port=3478 + +# Further ports that are open for communication +min-port=49160 +max-port=49200 +use-auth-secret + +#log-file=/var/log/turnserver.log +#verbose + +static-auth-secret="strong_password" +#realm=turn.example.com + +lt-cred-mech +user="turn:strong_password" + +#total-quota=100 +#stale-nonce=600 + +#no-multicast-peers + +#no-tls +#no-udp +#no-tcp +#no-cli +#no-tlsv1 +#no-tlsv1_1 +#no-tlsv1_2 + +#cli-password=passs + +