ydylla

Results 8 issues of ydylla

Hi, my experiments mentioned in #68 revealed some bugs. I also added some more logging which makes debugging configs a lot easier. The first bug (at least I think it...

Hi, I needed a socks proxy and since I already was running caddy-l4 I thought why not add socks support for it 😄 So this PR adds socks4 and socks5...

enhancement

Hi, this is my best attempt to solve the blocking matchers problem when clients send not enough data (also discussed in #68). In the end it is a full rewrite...

Hi, looks like a new access token is fetched on each action (e.g. smtp login), instead of reusing it as long as its valid. For my account the access tokens...

Hi, this PR updates the plugin to use de.flapdoodle.embed.mongo 4.4.0. Which should enable the usage of mongodb 6 (not tested) and recent operating system like Linux Mint 21.1. I think...

This changes layer4 to again only read lazily from the connection during matching. With this tcp proxy configs for protocols where the server speaks first work again. I have also...

I have collected some of the configs that I have encountered during developing #192. These are mostly about testing the matching and routing logic of layer4. Maybe they can some...

documentation

This is my try for a fix of #207. If all routes signaled they can definitely not match (even with more data) we call the fallback handler directly. This allows...