docker-samples/diy-tunnel/private/simple
2024-11-15 08:33:57 -07:00
..
README.md switching public/private 2024-11-15 08:33:57 -07:00
wg0.conf switching public/private 2024-11-15 08:33:57 -07:00

Copy wg0.conf to /etc/wireguard/wg0.config

This example works well for forwarding traffic to services running directly on the private server. If your services are running in Docker things get much more complicated because of how Docker handle networking. For that, see the /public/docker-on-host example.