diff --git a/server/config/config.example.js b/server/config/config.example.js index 59c4252..23ae9cc 100644 --- a/server/config/config.example.js +++ b/server/config/config.example.js @@ -84,6 +84,7 @@ module.exports = { listenIps : [ + // change ip to your servers IP address! { ip: '1.2.3.4', announcedIp: null } ], maxIncomingBitrate : 1500000,