Commit Graph

6 Commits

Author SHA1 Message Date
Abolfazl a5d25f608f feat: implement gzip compression for relay responses and enhance H2 transport with keepalive pings 2026-05-06 15:54:11 +03:30
Abolfazl f42497aa82 feat: strip accept-encoding header to ensure uncompressed responses in relay 2026-05-05 07:39:32 +03:30
Abolfazl bd3d1943b0 feat: implement relay loop detection in Apps Script and Cloudflare Worker 2026-05-05 07:15:52 +03:30
Abolfazl 4ae0d115c5 feat: (Needs redeploy Code.gs) enhance SNI pool management with latency probing and JSON handling improvements 2026-05-01 05:56:56 +03:30
Abolfazl 1e165357b8 feat: enhance error handling in batch processing & fix ip leaking 2026-04-28 22:46:42 +03:30
Abolfazl acf75dcfd7 feat: implement local HTTP proxy server with MITM capabilities
- Added a new proxy server that intercepts browser traffic and forwards requests through an Apps Script relay.
- Implemented response caching to optimize repeated requests.
- Included support for SOCKS5 proxy connections.
- Added handling for CORS preflight requests and response injection.
- Integrated domain-based policies for blocking and bypassing specific hosts.
- Enhanced error handling and logging for better debugging.
2026-04-22 05:19:59 +03:30