Closed zackkitzmiller closed 10 years ago
After I merged this I realized there were a few problems. If there was no port given it tried to just use ""
as the port. I also updated the example configuration file.
Then I realized instead of just having a "port" config option there should be two options. One for the interface it binds to and one for the port.
So now there is config.Port
and config.Interface
.
Yup. You're definitely right here. Great catch. I'll be more thorough in the future.
On Sunday, July 6, 2014, Luke Evers notifications@github.com wrote:
After I merged this I realized there were a few problems. If there was no port given it tried to just use "" as the port. I also updated the example configuration file.
Then I realized instead of just having a "port" config option there should be two options. One for the interface it binds to and one for the port.
So now there is config.Port and config.Interface.
— Reply to this email directly or view it on GitHub https://github.com/lukevers/kittens/pull/37#issuecomment-48125115.
Looks good from my phone. I'll take a look when I get home again and merge it in.