XAMPPRocky
XAMPPRocky
Reading this [Cloudflare proxy framework announcement](https://blog.cloudflare.com/introducing-oxy/), the concept of protocol capsulation and decapsulation, is a compelling concept for having Quilkin more flexible and compatible with future protocols like QUIC and...
Currently in metrics, we display a “reason” which usually corresponds to a specific filter name. However if you have multiple instances of the same filter, you can’t distinguish which of...
We reference quilkin.dev a lot in documentation but currently https://quilkin.dev 404's, this should probably redirect you to the project page.
Currently every filter test is a separate file, however if we condensed them into a single file, we would improve test times significantly as integration tests are run sequentially where...
With #698 and the ability to share cluster configuration between proxies, control planes, and relays, it might be worth also making filter chain configuration possible to contain multiple `FilterChain`s at...
Currently we have the concept of a single "monolith" config file that's shared between all services from when there was only a proxy service. In its current form I don't...
For metrics which are shared between the proxy, control plane, and relay, it would nice to add a label that shows which service it's coming from, this would make the...
It would be nice if there was a latest tag to make trying out the docker image easier, it would make it nice for pulling in new versions for development...
To make Quilkin installation easier on kubernetes, we should add support for helm for managing Quilkin in your clusters. Combined with #662 the proxy and management servers can work out...
For #686 to be completed, there Quilkin first needs to be a Rust client API story, providing an API that feels similar to using `std::net::UdpSocket`, as a client except with...