Skip to content
  • Kyle Evans's avatar
    ifconfig: wg: stop requiring peer endpoints · 172a8241
    Kyle Evans authored
    The way that wireguard is designed does not actually require all peers
    to have endpoints. In an architecture that might mimic a traditional
    VPN server <-> client, the wg interface on a server would have a number
    of peers without set endpoints -- the expectation is that the "clients"
    will connect to the "server" peer, which will authenticate the
    connection as a known peer and learn the endpoint from there.
    
    MFC after:	3 days
    Discussed with:	decke, grehan (independently)
    172a8241