ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

Update host arg to be separate host/port #234

Closed ethanmoffat closed 1 year ago

ethanmoffat commented 1 year ago

Remove IPEndpoint usage that didn't work with DNS hostnames.

ethanmoffat commented 1 year ago

@miou-gh FYI I'm removing IPEndPoint usage in favor of a separate --port argument because IPEndPoint doesn't parse DNS hostnames and I rely on the existing behavior of --host for debugging purposes