Remix.run Logo
jchook 8 days ago

Wireguard ships with the Linux kernel so you only need to receive ~60 bytes of configuration information.

immibis 8 days ago | parent | next [-]

Wireguard is also easily censored and is already censored in the places that censor VPNs.

teiferer 8 days ago | parent | prev [-]

The user-facing software is not included in the kernel, but you need that to configure wireguard.

jchook 8 days ago | parent [-]

Is that true? I thought wg-quick etc were just convenience functions and that it's relatively trivial to use iproute2 to configure a VPN link

immibis 7 days ago | parent [-]

You don't need wg-quick. You do need the "wg" command.