Browse Source

Merge pull request #478 from alepolidori/prod-opt

turnserver.conf: add --prod section to enhance security
Mészáros Mihály 5 years ago
parent
commit
04d7cd1486
2 changed files with 18 additions and 0 deletions
  1. 9 0
      docker/coturn/turnserver.conf
  2. 9 0
      examples/etc/turnserver.conf

+ 9 - 0
docker/coturn/turnserver.conf

@@ -575,6 +575,15 @@ syslog
 #
 #stun-only
 
+# Option to hide software version. Enhance security when used in production.
+# Revealing the specific software version of the agent through the
+# SOFTWARE attribute might allow them to become more vulnerable to
+# attacks against software that is known to contain security holes.
+# Implementers SHOULD make usage of the SOFTWARE attribute a
+# configurable option (https://tools.ietf.org/html/rfc5389#section-16.1.2)
+#
+#prod
+
 # Option to suppress STUN functionality, only TURN requests will be processed.
 # Run as TURN server only, all STUN requests will be ignored.
 # By default, this option is NOT set.

+ 9 - 0
examples/etc/turnserver.conf

@@ -559,6 +559,15 @@
 #
 #stun-only
 
+# Option to hide software version. Enhance security when used in production.
+# Revealing the specific software version of the agent through the
+# SOFTWARE attribute might allow them to become more vulnerable to
+# attacks against software that is known to contain security holes.
+# Implementers SHOULD make usage of the SOFTWARE attribute a
+# configurable option (https://tools.ietf.org/html/rfc5389#section-16.1.2)
+#
+#prod
+
 # Option to suppress STUN functionality, only TURN requests will be processed.
 # Run as TURN server only, all STUN requests will be ignored.
 # By default, this option is NOT set.