From 34095f1dd213cb69fd17e6037dcb0393815c4115 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 2 Nov 2024 20:16:24 +0000 Subject: [PATCH] Update diy-tunnel/public/simple/README.md --- diy-tunnel/public/simple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy-tunnel/public/simple/README.md b/diy-tunnel/public/simple/README.md index 7a039ed..db99fe4 100644 --- a/diy-tunnel/public/simple/README.md +++ b/diy-tunnel/public/simple/README.md @@ -1,3 +1,3 @@ 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. \ No newline at end of file +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. \ No newline at end of file