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 want to use DEFGUARD_USERSPACE=true in the docker container. But it does not work, the wireguard-go package is missing. I am using the latest container.
[2024-11-15T19:18:45Z ERROR defguard_wireguard_rs::wgapi_userspace] Failed to create userspace API. wireguard-go executable not found in PATH. Error: No such file or directory (os error 2)
Error: WireguardError(ExecutableNotFound("wireguard-go"))
The text was updated successfully, but these errors were encountered:
@drag0n141 yes - official docker images are ment for Linux distributions which have WireGuard in Kernel, thus we don't include the wireguard-go in the docker image.
What would be the case for such a use case?
Hi,
i want to use
DEFGUARD_USERSPACE=true
in the docker container. But it does not work, the wireguard-go package is missing. I am using the latest container.The text was updated successfully, but these errors were encountered: