浏览代码

Fix missing DH2066 default update in config

Mészáros Mihály 5 年之前
父节点
当前提交
113f13855a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      examples/etc/turnserver.conf

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