]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Translated using Weblate (Toki Pona (tok))
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 2b4a7cbc221f17e2bef4aad5b4c4d59d4972fa41..a27ffba02ba443ef194d93dc235e5941bd98bdcd 100644 (file)
@@ -413,7 +413,9 @@ live:
     enabled: true
 
     # Listening hostname/port for RTMP server
-    hostname: 'localhost'
+    # '::' to listen on IPv6 and IPv4, '0.0.0.0' to listen on IPv4
+    # Use null to automatically listen on '::' if IPv6 is available, or '0.0.0.0' otherwise
+    hostname: null
     port: 1935
 
     # Public hostname of your RTMP server
@@ -424,7 +426,9 @@ live:
     enabled: false
 
     # Listening hostname/port for RTMPS server
-    hostname: 'localhost'
+    # '::' to listen on IPv6 and IPv4, '0.0.0.0' to listen on IPv4
+    # Use null to automatically listen on '::' if IPv6 is available, or '0.0.0.0' otherwise
+    hostname: null
     port: 1936
 
     # Absolute paths