An encrypted proxy for browser javascript http://epoxy.r58playz.dev/
Find a file
Toshit Chawda 6321f2efc5
Some checks failed
Deploy to Pages / deploy (push) Has been cancelled
Epoxy Server / build (push) Has been cancelled
Epoxy Server / release (push) Has been cancelled
move ip blocking after dns resolution
2025-10-28 08:44:50 -07:00
.github/workflows Create server-release.yml 2025-06-30 21:42:08 -04:00
client bump for updating certs 2025-08-01 20:32:50 -07:00
client-showcase fix types, update 2025-07-27 15:07:00 -07:00
server move ip blocking after dns resolution 2025-10-28 08:44:50 -07:00
simple-wisp-client update 2025-07-22 13:14:45 -07:00
wisp listen to stream cancellation when resolving 2025-07-27 16:09:22 -07:00
.envrc nixification 2024-01-09 19:46:05 -08:00
.gitignore add pnpm lock 2025-01-29 21:35:46 -08:00
Cargo.lock bump for updating certs 2025-08-01 20:32:50 -07:00
Cargo.toml update 2025-07-22 13:14:45 -07:00
clippy.toml clippy pedantic 2024-11-29 21:30:09 -08:00
flake.lock nixification 2024-01-09 19:46:05 -08:00
flake.nix nixification 2024-01-09 19:46:05 -08:00
README.md readme improvements 2024-12-21 18:33:17 -08:00
rust-toolchain.toml add rust-toolchain 2025-01-29 21:40:01 -08:00
rustfmt.toml fix the parking-lot issue 2024-07-08 17:12:25 -07:00

epoxy

Epoxy is an encrypted proxy for browser javascript. It allows you to make requests that bypass CORS without compromising security by running SSL/TLS inside webassembly and using the Wisp protocol to proxy TCP connections.

It also has a Wisp library implementation for Rust and a performant Wisp server built in Rust.

See the client readme and server readme for instructions on how to build and use them.