Commit graph

16 commits

Author SHA1 Message Date
d0f8b76154 fix: use mux.Handle(/inspect/) to match sub-paths — Zoraxy sends /inspect/some/page not /inspect 2026-08-07 12:46:01 +00:00
62d532e2ce fix: health check treats 4xx as success (WAF reachable, just no index page) 2026-08-07 12:25:09 +00:00
6b199f27e4 chore: remove mock server — circuit breaker + health check is sufficient for testing 2026-08-02 07:29:09 +00:00
b67ea433c0 docs: fix terminology — WAF URL is the firewall app, Return Port is traffic return to Zoraxy 2026-08-02 07:21:57 +00:00
3159f0ed84 docs: add README with install, config, architecture, and inspection protocol 2026-08-02 07:18:13 +00:00
17ec29d41f fix: sensible defaults — WAF http://127.0.0.1:8080, return 8080, timeout 500ms 2026-08-02 07:01:47 +00:00
6c8815749f feat: add return port listener for WAF async callbacks/alerts 2026-08-02 06:57:37 +00:00
32d60a3583 simplify: inspection-only model — plugin inspects via WAF API, Zoraxy handles routing 2026-08-02 06:49:58 +00:00
6b851057b7 refactor: inline proxy model — WAF proxy + health checks + backend fallback + circuit breaker 2026-08-02 06:44:57 +00:00
2dc01e9aa0 fix: use absolute config path next to binary — fixes permission denied on save 2026-08-01 16:08:56 +00:00
efb6c813e7 rebrand: zoraxy-waf → Firewall (generic inspection engine, not Wallarm-specific) 2026-08-01 06:48:59 +00:00
7de515818e feat: Phase 2 — metrics counters, mock Wallarm test server, stats UI, add runtime config to gitignore 2026-08-01 06:40:09 +00:00
85d90bef1e feat: Phase 1 — Type 0 Router with synchronous Wallarm inspection, circuit breaker, config UI 2026-08-01 06:20:50 +00:00
9944009ada fix: update .gitignore to match project name 2026-08-01 05:55:48 +00:00
9cadf64635 fix: remove committed binary from repo 2026-08-01 05:55:07 +00:00
14c41bce42 chore: initial scaffold — Zoraxy WAF plugin (Type 1 Utilities) 2026-08-01 05:54:51 +00:00