Cedric Staub

Results 119 comments of Cedric Staub

Closing this issue since we implemented reloading support.

Hi! This is not a known issue that was reported before. Can you tell me more about your configuration? Can you post error logs or explain the precise issue you’re...

The error seems to indicate the connection was closed outside of Ghostunnel. You could use tcpdump to figure out what was closed and who closed it.

This is an interesting idea, do you have thoughts on what this would look like in terms of implementation? It's already possible to e.g. specify a UNIX socket for a...

I think it's a good idea. Seems workable to add this without too much code deduplication with a bit of refactoring the dialer and adding a new scheme for the...

I gave my thoughts to an LLM and it spit out the changes you can find in the [cs/srv](https://github.com/ghostunnel/ghostunnel/tree/cs/srv) branch. I have not tested this at all, it might be...

I suppose I'm not familiar with how SRV is usually deployed in practice for use-cases like this, but picking at random and deliberately ignoring the weights seems unexpected and dare...

Also yep the LLM generated a lot of code, anything we can simplify while keeping the same spirit/behavior is good I think.