From f8d107e846390f41e7371c2c85dfceac73a3bc90 Mon Sep 17 00:00:00 2001 From: atomizeee Date: Tue, 4 Aug 2026 19:47:23 -0400 Subject: [PATCH] Add my.conf --- my.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 my.conf 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