Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for non-hostname connections #46

Closed
GrantBartlett opened this issue Mar 5, 2017 · 2 comments
Closed

Adding support for non-hostname connections #46

GrantBartlett opened this issue Mar 5, 2017 · 2 comments

Comments

@GrantBartlett
Copy link
Member

GrantBartlett commented Mar 5, 2017

The issue described here: https://forums.cncnet.org/index.php?topic=7446.msg52811
The test build connects to the IP's of GameSurge servers directly and not the hostnames like "irc.gamesurge.net".

The solution was to add IP's into the list of hostnames too. So incase the hostnames fail to connect, there's a backup option of IP's to connect to. It might even be better to list them as:

"gamesurge", "irc.gamesurge.net",
"gamesurge-ip", "127.0.0.1", 

```etc
@Rampastring
Copy link
Member

Are the GameSurge IP addresses static? If so, I'll implement this.

@GrantBartlett
Copy link
Member Author

I believe so. The ones I added in the test were working from 6+ months ago. Just need to ping them and add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants