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
chore(pkg/wireguard): replace createLinkUsingUserspaceImpl bash script with native code
There is no reason to use bash, or even to call out to the shell for
most of what was happening. Replacing it allows for better error
handling, clarity and reliability.
Fixes: #79
0 commit comments