Skip to content

Commit

Permalink
core/wireguard: add support for WireGuard peers
Browse files Browse the repository at this point in the history
That is slightly complex, because we need to (DNS) resolve the endpoints,
and we also have to retry periodically. For example, initially we may be
unable to resolve an endpoint, but later we may be.

What is also interesting is that during assume and reapply, we may not
have all information in the profile. Most notably, the private keys will
be missing. We need to cope with that and not reconfigure keys. However,
we still need to resolve names and update the endpoints.
  • Loading branch information
thom311 committed Feb 11, 2019
1 parent c1636d5 commit c697299
Showing 1 changed file with 1,025 additions and 41 deletions.

0 comments on commit c697299

Please sign in to comment.