[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.
This commit is contained in:
Stefan Kieszkowski 2025-05-20 22:33:51 -07:00 committed by GitHub
parent 1adf0213d7
commit 24647a1e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.