vane
Programmable reverse proxy with WASM plugins and automatic TLS
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install vane?โผ
Run `npx skills add canmi21/vane --all -g -y` in your terminal to install this skill globally.
What is vane used for?โผ
Vane is a programmable reverse proxy written in Rust that routes L4/L7 traffic, terminates TLS, and runs WASM plugins for custom request processing.
Does vane handle HTTPS certificates automatically?โผ
Yes. It includes built-in ACME support that obtains and renews TLS certificates automatically, plus OCSP stapling and CRL refresh.
Can I extend vane with custom plugins?โผ
Yes. You can write WebAssembly plugins against its WIT contract to inspect and modify traffic at any phase of the request pipeline.
Does vane support HTTP/3 and WebSocket?โผ
Yes. It is built on hyper, h3, and quinn, giving it native HTTP/3, QUIC, and WebSocket proxying with zero-RTT support.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core