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

Allow DNS Names in Custom Wiregaurd Configs #194

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

noah-witt
Copy link
Contributor

@noah-witt noah-witt commented Oct 2, 2022

Fix wiregaurd config parser such that deserializer is called correctly.

To reproduce the bug use a custom wiregaurd config with a DNS name in the Peer.Endpoint section. This MR corrects the bug by invoking the deserializer which in turn calls toSocket

https://doc.rust-lang.org/std/net/trait.ToSocketAddrs.html

Fix wiregaurd config parser such that deserializer is called correctly.
Copy link
Owner

@jamesmcm jamesmcm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jamesmcm jamesmcm merged commit 4b4056d into jamesmcm:master Oct 24, 2022
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.

2 participants