gobetween icon indicating copy to clipboard operation
gobetween copied to clipboard

:cloud: Modern & minimalistic load balancer for the Сloud era

Results 110 gobetween issues
Sort by recently updated
recently updated
newest added

How do I bind by domain that is under cloudflare as I usually do that in NGINX (server_name)?

Fixes #327. Without this change a domain that as DNSSEC enabled resulted in the following output: ``` {"level":"info","msg":"Fetching 1.1.1.1:53 _api._tcp.k8s.example.net.","name":"srvFetch","time":"2022-02-27T12:30:28Z"} {"level":"debug","msg":"Fetching 1.1.1.1:53 A/AAAA node1.example.net.","name":"srvFetch","time":"2022-02-27T12:30:28Z"} {"level":"warning","msg":"No IP found for node1.example.net., skipping...","name":"srvFetch","time":"2022-02-27T12:30:28Z"}...

I am trying to use SRV discovery in gobetween (Docker :latest) and it is failing because the domain I am using has DNSSEC enabled. The results in a `dns.RRSIG` to...

Hi, is possible use unix sockets as backend? How?

I am planning to implement Client side load balancing. The way it works is very simple.. Each Application Server exports telemetry to a central telemetry server ( or cluster). The...

I would like to use the API to update the `static_list` of an existing server. As it is, I would have to delete the server and re-create it.

Hi team I've gb installed on windows server, and it works as balancer for mobile apps. sometimes it hangs and nothing helps except restart. please help [prof.zip](https://github.com/yyyar/gobetween/files/7322309/prof.zip)

Hello How I can filter requests before choosing backend? Because I want check and transfer only specific requests. Not All.

Hello sir, I would like to be able to install gobetween via .debs, and .rpms. I prepared a goreleaser config, maybe you can have a look and give feedback if...