zia
zia copied to clipboard
Proxy udp over websocket, useful to use Wireguard in restricted networks.
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.83. Release notes Sourced from anyhow's releases. 1.0.83 Integrate compile-time checking of cfgs (#363) 1.0.82 Documentation improvements Commits 96f0392 Release 1.0.83 17bbd1e Merge pull request...
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.4 to 0.23.5. Commits 14cb5d2 Prepare 0.23.5 6e938bc complete_io: bail out if progress is impossible 2123576 Regression test for complete_io infinite loop bug f45664f Don't specially handle...
Bumps [hyper](https://github.com/hyperium/hyper) from 1.3.0 to 1.3.1. Release notes Sourced from hyper's releases. v1.3.1 Bug Fixes client: revert auto content-length header for some requests (#3633) Changelog Sourced from hyper's changelog. v1.3.1...
Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.13 to 0.2.14. Release notes Sourced from pin-project-lite's releases. 0.2.14 Document PinnedDrop. (#83, thanks @jbr) Changelog Sourced from pin-project-lite's changelog. [0.2.14] - 2024-03-29 Document PinnedDrop. (#83, thanks...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.79 to 0.1.80. Release notes Sourced from async-trait's releases. 0.1.80 Fix unreachable code warning for async functions that return ! (#265, thanks @de-vri-es) Commits d528b5a Release 0.1.80...
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.4. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again v4.5.3 [4.5.3] - 2024-03-15 Internal (derive) Update...
The problem is with this line: https://github.com/MarcelCoding/zia/blob/1a6301b53c2f15bdce2cd52b543e11c84f257dd1/zia-server/src/main.rs#L125 There is only one UDP socket to connect to UDP upstream in the whole program. I want to have different instances of zia-client...
Hi, thanks you for this, is it possible to add --hostname --header option and if --sni implementation is possible as well on the client? thanks
Hi Im wondering if it would be possible for multiple websocket connections to be implemented for better performance. This would make a big difference if ISPs throttle connections or if...