From 471a156755f1cfe176e5790bf90616842d5d917d Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Thu, 26 Sep 2024 19:22:17 +0200 Subject: [PATCH] update --- caddy_v2/readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index d08369e..c35c09b 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -208,15 +208,16 @@ networks: --- --- -
-

Editing hosts file

+
+

Dealing with access from LAN side

If the docker host is with you on your local network then you need to deal with bit of an issue. When you write that `a.example.com` in to your browser, you are asking internet DNS server for IP address of `a.example.com`. DNS servers will reply with your own public IP, and most consumer routers -wont allow this loopback, where your requests should go out and then right back. +wont allow this loopback, where your requests should go out +and then right back in. So just [edit](https://support.rackspace.com/how-to/modify-your-hosts-file/) `hosts` as root/administrator,