diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-07-03 00:40:17 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-07-03 00:40:17 +0900 |
| commit | c39ec05968656aaa893ed7e4b20b7d5f5ccbe5b5 (patch) | |
| tree | 43547361706d8a696a05996fa944b45cbb92a8be /.gitignore | |
| parent | 39d30042f0c9925ad3ba446311128c7e530680ce (diff) | |
Add GeoIP Japan-only filter to forward proxy
Uses caddy-maxmind-geoip module to restrict proxy access to JP IPs.
DB file (GeoLite2-Country.mmdb) must be placed manually on the server.
Filter is inactive when DB file is absent, allowing safe rollout.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ .DS_Store hetzner-admin/id_rsa hetzner-admin/id_rsa.pub +caddy/GeoLite2-Country.mmdb |
