mirror of
https://git.straybits.ca/straybits/docker-samples.git
synced 2024-11-08 02:22:27 +00:00
3 lines
305 B
Markdown
3 lines
305 B
Markdown
|
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` example.
|