dbhub.io icon indicating copy to clipboard operation
dbhub.io copied to clipboard

Add a "bind_interface" config option for the webUI and DB4S end points

Open justinclift opened this issue 6 years ago • 0 comments

At the moment we're starting up the servers binding to ":portnumber", which binds to all IP addresses on the system.

It would be better to configure a interface name (eg xn0 on RackspaceVM's), and our code would query that for it's addresses (net.Interfaces() in the Go built in libs), and bind to them.

justinclift avatar Aug 05 '17 12:08 justinclift