FFL-2536: WireGuard - fix issue that WireGuard does not bring up the entire interface if endpoint of one of the peers does not resolve via D…
Show more
FFL-2536: WireGuard - fix issue that WireGuard does not bring up the entireinterface if endpoint of one of the peers does not resolve via DNSIssue is know but no good solution yethttps://github.com/NixOS/nixpkgs/issues/63869We now simply ignore the peer endpoint in the config file if it does notresolve and wait for the peer to connect. Connection will thus still beestablished.We could think of an additional cron job to check peers that do not resolveduring boot time but this will make things more complicated.For now it works
Show less