diff --git a/my.conf b/my.conf new file mode 100644 index 0000000..51046ca --- /dev/null +++ b/my.conf @@ -0,0 +1,18 @@ +# Main listening port +realm=turn.example.com +server-name=turn.example.com + +listening-port=3478 +tls-listening-port=5349 +external-ip=change-to-external-ip-address +server-name=turn.example.com + +# Further ports that are open for communication +min-port=49160 +max-port=49200 + +realm=turn.example.com +use-auth-secret +static-auth-secret=superstrongpassword + +fingerprint \ No newline at end of file