You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(server): echo the hostname rather than listenAddress (#3532)
The listenAddress is an IP level number, which may be "::" on IPV6.
The hostname is a string set in a /etc config file.
When these differ the hostname is clearer.
0 commit comments