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,