caddy: add block_non_private_ips snippet
blocks ips not in tailnet or in local network from accessing services using `important block_non_private_ips` in their caddy config
This commit is contained in:
parent
a37e71055f
commit
7537a1e5b6
8 changed files with 18 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
useACMEHost = config.homelab.domain;
|
||||
extraConfig = ''
|
||||
reverse_proxy http://localhost:8025
|
||||
import block_non_private_ips
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue