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
yeah, I thought about this a bit. Rust std lib has SocketAddr which supports ip:port. It would be nice to have an enum type that supports [domain|ip]:port and maybe resolves the domain for us. Probably exists in a 3rd party crate somewhere. This is so common I've gotta think it is well solved.
Domain names should work as peer arguments and on config file.
This patch on the default config file should work:
Note: we don't have IPv6 support yet.
The text was updated successfully, but these errors were encountered: