erebe / wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
Other
3.22k stars 290 forks source link

rustup: unrecognized OS type: OpenBSD #186

Closed lucdig closed 5 months ago

lucdig commented 6 months ago

Is it possible to add OpenBSD support?

Thanks

erebe commented 6 months ago

Hello,

I don't think I will maintain a build for openbsd, as it is a tier 3 arch, meaning best effort, architecture for Rust. But if you install rustc & cargo directly from your package manager (without using rustup) on openbsd, and do a cargo build --release it should work.

Let me know if you have build issue

Some info: https://github.com/rust-lang/rustup/issues/2168