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
I would like to override standard wireguard-go and wireguard-tools to use vopono
with forks of wireguard-go and wireguard-tools with --custom option.
Description
There's a fork of wireguard from Amnezia. I'd like to use it with vonopo, but the executable
names are different. I haven't considered creating symlinks.
I considered copying vopono_core/src/network/wireguard.rs, but I guess it could be
parameterized to avoid code duplication.