This commit is contained in:
DoTheEvo 2023-05-23 16:17:14 +02:00
parent 865c9fe9ea
commit 534ee211f3
1 changed files with 7 additions and 0 deletions

View File

@ -390,6 +390,13 @@ network be allowed through?<br>
Well, the [remote_ip](https://caddyserver.com/docs/caddyfile/matchers#remote-ip)
matcher comes to play, which enables you to filter requests by their IP.<br>
* *note* - if your router uses hairpin/NATreflection to get around
[the issue](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2#editing-hosts-file)
of accessing locally hosted stuff from LAN side by the hostname,
then this will block LAN side too. As remote_ip will be your public ip.
Local DNS server is needed, with records sending traffic to docker host
instead of hairpin/NATreflection
Named matchers are defined by `@` and can be named whatever you like.
```