clarify more that ip change is mandatory

Move to documentation IP range
auto_join_3.3
Mészáros Mihály 2020-04-27 13:38:53 +02:00
parent 4c8c746011
commit 916003e085
1 changed files with 4 additions and 3 deletions

View File

@ -325,11 +325,12 @@ module.exports =
{
listenIps :
[
// change ip to your servers IP address!
{ ip: '0.0.0.0', announcedIp: null }
// change 192.0.2.1 IPv4 to your server's IPv4 address!!
{ ip: '192.0.2.1', announcedIp: null }
// Can have multiple listening interfaces
// { ip: '::/0', announcedIp: null }
// change 2001:DB8::1 IPv6 to your server's IPv6 address!!
// { ip: '2001:DB8::1', announcedIp: null }
],
initialAvailableOutgoingBitrate : 1000000,
minimumAvailableOutgoingBitrate : 600000,