MythEclipse
2ff31eabe7
fix: include workflow paths in build trigger
2026-06-19 19:13:19 +07:00
MythEclipse
d447523bb1
fix: use SHA tags instead of latest for GHCR images
2026-06-19 19:12:23 +07:00
MythEclipse
2d3776b54b
fix: lowercase GHCR image name
2026-06-19 19:11:38 +07:00
MythEclipse
17338a7dca
feat: IPv6 outbound rotation via curl --interface
...
- Add IPv6SourcePool for round-robin IP rotation
- fetchViaCurl: Bun.spawn + curl -6 --interface for source binding
- Auto-fallback to regular fetch when IPv6 connection fails
- Response decompression via --compressed flag
- Docker + GHCR build/deploy workflows
- 8 routable IPv6 addresses on VPS
2026-06-19 19:07:46 +07:00
MythEclipse and Claude Fable 5
7a4df35371
feat: add Cloudflare Workers deployment support
...
- Create src/worker.ts: Workers-compatible relay handler using env
bindings instead of process.env, exports { fetch } for Workers runtime
- Update wrangler.toml: point to new src/worker.ts entry point
- Update deploy.yml: add wrangler-action deploy step after tests pass
- The worker reuses the same relay logic from src/lib/ and src/middleware/
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-06-10 21:38:22 +07:00
MythEclipse and Claude Fable 5
f58a92e2aa
feat: migrate from Next.js to pure Bun relay proxy
...
- Replace Next.js app router with standalone Bun.serve() entry point
- Add middleware stack: rate limiter, body limiter, structured logger, SSRF protection
- Add WebSocket bidirectional relay via x-relay-target header
- Implement error classification (DNS→502, timeouts→504, SSRF→403, rate→429)
- Remove all Next.js dependencies and config files
- Update deploy workflow, tsconfig, wrangler config for Bun deployment
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-06-10 19:54:55 +07:00
MythEclipse
694f14a316
fix: add node 22 + set secrets to correct repo
2026-05-08 19:03:24 +07:00
MythEclipse
eba4fbe00a
fix: remove wrong working-directory from workflow
2026-05-08 19:01:49 +07:00
MythEclipse
443ff77be9
ci: add CF Workers deploy workflow + fix relay header forwarding
2026-05-08 18:58:50 +07:00