vopono
vopono copied to clipboard
Allow DNS Names in Custom Wiregaurd Configs
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