You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @hardBSDk, you can use any userspace implementation of WireGuard you'd like via the WG_USERSPACE_IMPLEMENTATION or WG_QUICK_USERSPACE_IMPLEMENTATION environment variables. It just defaults to wireguard-go if those aren't set, as it's the most mature and available implementation currently.
It's not documented, unfortunately. That should probably change... WG_QUICK_USERSPACE_IMPLEMENTATION initially existed for wg-quick, and I wrote it this way to respect that variable if it's set globally.
Can I use it instead of
wireguard-go
? I read that you plan to migrate to it once it's ready, but can I use it as an optional flag?If not, consider it a feature request, allow the usage of two WireGuard user-space implementations with flags.
The text was updated successfully, but these errors were encountered: