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 + +