[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:
parent
1adf0213d7
commit
24647a1e83
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user