diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-07-03 00:45:51 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-07-03 00:45:51 +0900 |
| commit | e14f9edcb95875e2519461690915ab3e25740e96 (patch) | |
| tree | 12ca3858cbb40c71893599e13b54df9b34afe2f5 /caddy/Caddyfile | |
| parent | c39ec05968656aaa893ed7e4b20b7d5f5ccbe5b5 (diff) | |
Restrict proxy to Japan IPs using ipdeny.com CIDR list
Downloads jp-aggregated.zone from ipdeny.com at container startup (no
account required). Falls back to open access if download fails.
Removed caddy-maxmind-geoip module (no longer needed).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'caddy/Caddyfile')
| -rw-r--r-- | caddy/Caddyfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 9aff8c9..d5624c5 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -1,6 +1,5 @@ { order forward_proxy before redir - order geoip before forward_proxy } golive.yyamashita.com { |
