Skip to content
  • Thomas Haller's avatar
    core/wireguard: add support for WireGuard peers · 2148d094
    Thomas Haller authored
    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.
    2148d094