Skip to content

Commit

Permalink
slightly more words re ipv6 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Mar 21, 2018
1 parent 61a6a7d commit d901b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings.js
Expand Up @@ -22,7 +22,8 @@ module.exports = {
// the tcp port that the Node-RED web server is listening on
uiPort: process.env.PORT || 1880,

// By default, the Node-RED UI accepts connections on all IPv4 interfaces.
// By default, the Node-RED UI accepts connections on all IPv4 and IPv6 interfaces.
// If for some reason IPv6 is not available, set uiHost to "0.0.0.0",
// The following property can be used to listen on a specific interface. For
// example, the following would only allow connections from the local machine.
//uiHost: "127.0.0.1",
Expand Down

0 comments on commit d901b10

Please sign in to comment.