I never could get Nix working but maybe someone will

  • tatterdemalion@programming.dev
    link
    fedilink
    English
    arrow-up
    24
    ·
    edit-2
    13 hours ago

    Wireguard is p2p.

    EDIT: I guess the point is it’s doing peer discovery without static public IPs or DNS. Pretty cool!

          • tehfishman@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 hours ago

            Afaik you need some external resource to coordinate the punch. The STUN protocol is purpose built for this, and both clients need to be able to reach a STUN server to coordinate which port and public IP they’ll try to connect to each other on. I assume this does something similar but with p2p network tech instead of a STUN server.