浏览代码

Tidy in turnserver.conf rfc5780 option

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

+ 12 - 8
examples/etc/turnserver.conf

@@ -761,11 +761,15 @@
 #no-tlsv1_2
 
 # Disable RFC5780 (NAT behavior discovery).
-#Originally, if there are more than one listener address from the same
-#address family, then by default the NAT behavior discovery feature enabled.
-#This option disables the original behavior, because the NAT behavior discovery
-#adds extra attributes to response, and this increase the possibility of
-#an amplification attack.
-#Strongly encouraged to use this option to decrease gain factor in STUN binding responses.
-#
-no-rfc5780
+#
+# Originally, if there are more than one listener address from the same
+# address family, then by default the NAT behavior discovery feature enabled.
+# This option disables the original behavior, because the NAT behavior
+# discovery adds extra attributes to response, and this increase the
+# possibility of an amplification attack.
+#
+# Strongly encouraged to use this option to decrease gain factor in STUN
+# binding responses.
+#
+no-rfc5780
+