sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

IPv6 support #792

Open imcdona opened 5 years ago

imcdona commented 5 years ago

There is no documentation regarding IPv6 support for let's chat. Specifically how does one specify an IPv6 listen address? By default it appears that let's chat doesn't listen on IPv6 addresses on the HTTP interface but I could be wrong. The default should be changed to listen on all addresses IPv6/IPv4.

I would be more than happy to issue a PR documenting how to specify an IPv6 address if someone can provide me with the proper syntax.

Thanks