erebe / wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
BSD 3-Clause "New" or "Revised" License
4.36k stars 372 forks source link

OpenBSD version #377

Open freeman1doma opened 1 week ago

freeman1doma commented 1 week ago

Describe the feature

Do you planning to make OpenBSD version of wstunnel?

erebe commented 1 week ago

Hello,

There is no rust toolchain (compiler and co) available for openbsd, at least available for cross compilation. So at the moment it is not possible to do a build for it.

If you managed to have an openbsd available try to install rust on it, and you should be able to compile the project cargo build --release

Let me know