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 Jan 17, 2021. It is now read-only.
Just upgraded to 0.8.0 and really appreciate the rapid progress. One thing that confuses me is why the new --bind flag requires a url and port combination if it's only intended for local binding. Is anyone using a url other than 0.0.0.0 / 127.0.0.1? I expected the flag to only need a port, eg --bind 10001 but that gives a fairly cryptic error of FATAL error: failed to parse bind address: address 10001: missing port in address. Can either the documentation be updated to indicate that a url:port combination is expected, or drop the requirement for a url?