From 24647a1e832c7056f73770211750bfd7ea92017b Mon Sep 17 00:00:00 2001 From: Stefan Kieszkowski <85728496+stefankiesz@users.noreply.github.com> Date: Tue, 20 May 2025 22:33:51 -0700 Subject: [PATCH] [Quick Fix] Fix Repeated Line in Example turnserver.conf (#1671) The `#allocation-default-address-family="ipv4"` line is repeated twice in the example config, changed the second one to be `"ipv6"` which I assume it was intended to be. --- examples/etc/turnserver.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/etc/turnserver.conf b/examples/etc/turnserver.conf index 5f3b1f4..590d7ef 100644 --- a/examples/etc/turnserver.conf +++ b/examples/etc/turnserver.conf @@ -713,7 +713,6 @@ # the TURN client allocation request connection address family. # #allocation-default-address-family="ipv4" -#allocation-default-address-family="ipv4" # User name to run the process. After the initialization, the turnserver process # will attempt to change the current user ID to that user.