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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Allow binding to IPs or *.
If localhost is requested, bind to 127.0.0.1 and ::1.
If any other host is requested bind to *.
For *, bind to both IPv4 and IPv6.
Listener always binds to IPAddress.Any host. This can lead to problems when security policy allow only specific IP to bind to.
Are there any reasons for listener to ignore supplied host argument?
The text was updated successfully, but these errors were encountered: