1
0
Эх сурвалжийг харах

Fix missing DH2066 default update in config

Mészáros Mihály 5 жил өмнө
parent
commit
113f13855a

+ 3 - 3
examples/etc/turnserver.conf

@@ -479,13 +479,13 @@
 #
 #ec-curve-name=prime256v1
 
-# Use 566 bits predefined DH TLS key. Default size of the key is 1066.
+# Use 566 bits predefined DH TLS key. Default size of the key is 2066.
 #
 #dh566
 
-# Use 2066 bits predefined DH TLS key. Default size of the key is 1066.
+# Use 1066 bits predefined DH TLS key. Default size of the key is 2066.
 #
-#dh2066
+#dh1066
 
 # Use custom DH TLS key, stored in PEM format in the file.
 # Flags --dh566 and --dh2066 are ignored when the DH key is taken from a file.