shazow / ssh-chat

Chat over SSH.
https://shazow.net/posts/ssh-how-does-it-even/
MIT License
5.59k stars 408 forks source link

main: Clarify IPv6 vs IPv4 listening log output #348

Open shazow opened 4 years ago

shazow commented 4 years ago

Revamp of this issue: https://github.com/shazow/ssh-chat/issues/139 as requested by @iamdavidcz who wants to work on this.

$ ssh-chat --bind 0.0.0.0:2022
Listening for connections on [::]:2022

It can be clearer that it's listening on both 0.0.0.0 and [::] by default.