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

Netcode: allow multiple server addresses and disable host ip check when unsecure #102

Merged
merged 4 commits into from
Aug 8, 2023

Conversation

lucaspoffo
Copy link
Owner

@lucaspoffo lucaspoffo commented Aug 8, 2023

Alternative solution for #78 and #101

We now allow multiple server addresses in the server.
We skip the host check when we are using unsecure connections.

This should allow more flexibility and easier testing while keeping the security.
Wildcard is probably something we should not support since the host check would not be secure, but with multiple server addresses we achieve similar results.

We also moved the authentication configuration to the renetcode crate.

@lucaspoffo lucaspoffo changed the title Netcode: allow multiple server addresses Netcode: allow multiple server addresses and disable host ip check when unsecure Aug 8, 2023
@lucaspoffo lucaspoffo merged commit 41d6709 into master Aug 8, 2023
@lucaspoffo lucaspoffo deleted the netcode-multiple-address branch August 8, 2023 16:38
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

Successfully merging this pull request may close these issues.

1 participant