mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
An encrypted proxy for browser javascript
http://epoxy.r58playz.dev/
client | ||
server | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
wsproxy-rust
Building
Server
- Generate certs with
mkcert
and place the public certificate in./server/src/pem.pem
and private certificate in./server/src/key.pem
- Run
cargo r --bin wstcp-server
, optionally with-r
flag for release
Client
- Make sure you have the
wasm32-unknown-unknown
target installed,wasm-bindgen
executable installed, andbash
,python3
packages (python3
is used forhttp.server
module) - Run
bash build.sh
to build and start a webserver