I never could get Nix working but maybe someone will

  • @[email protected]
    link
    fedilink
    English
    42
    edit-2
    2 months ago

    Wireguard is p2p.

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

      • @offspec
        link
        English
        22 months ago

        Technically you can nat punch with wire guard

        • Possibly linuxOP
          link
          fedilink
          English
          62 months ago

          How do I learn this power? Don’t you still need at least one server exposed?

          • @tehfishman
            link
            English
            32 months 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.