parent
f083a407ea
commit
8a3cfb68de
|
|
@ -151,11 +151,12 @@ module.exports =
|
||||||
{
|
{
|
||||||
listenIps :
|
listenIps :
|
||||||
[
|
[
|
||||||
// change ip to your servers IP address!
|
// change 192.0.2.1 IPv4 to your server's IPv4 address!!
|
||||||
{ ip: '0.0.0.0', announcedIp: null }
|
{ ip: '192.0.2.1', announcedIp: null }
|
||||||
|
|
||||||
// Can have multiple listening interfaces
|
// 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,
|
initialAvailableOutgoingBitrate : 1000000,
|
||||||
minimumAvailableOutgoingBitrate : 600000,
|
minimumAvailableOutgoingBitrate : 600000,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue