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
Hi,
I run an openvpn server in docker with Tunnelblick on my mac.
I'm curious to give this a shot. But the things is, I don't understand the README where things should run. server versus client, there is no distinctions.
Wireguard does not distinguish between client or server. All network members are peers. Server or client is just a matter of routing. https://www.wireguard.com/netns/
Docker on Mac is still Linux and due to the used VM this image is not usable as a client for the host MacOS. Use the homebrew tun/tap-based wireguard app on mac. Works fine.
Hi,
I run an openvpn server in docker with Tunnelblick on my mac.
I'm curious to give this a shot. But the things is, I don't understand the README where things should run. server versus client, there is no distinctions.
Assuming this is for the server:
, how should I run it on my mac as a client?
Thanks!
The text was updated successfully, but these errors were encountered: