From c65f18badb9312eba8564fda1b5c9f38fa3d8e6e Mon Sep 17 00:00:00 2001 From: Tristan Morgan Date: Wed, 19 Nov 2025 16:42:50 +1100 Subject: [PATCH] Update Fabio LB link to refliect current home. --- website/content/docs/integrate/consul-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/integrate/consul-tools.mdx b/website/content/docs/integrate/consul-tools.mdx index 856f7bea8beb..9189b6c525e2 100644 --- a/website/content/docs/integrate/consul-tools.mdx +++ b/website/content/docs/integrate/consul-tools.mdx @@ -49,7 +49,7 @@ These Consul tools are created and managed by the amazing members of the Consul - [docker-consul](https://github.com/gliderlabs/docker-consul) - Dockerized Consul Agent - [Dropwizard Consul Bundle](https://github.com/smoketurner/dropwizard-consul) - Service discovery and configuration integration with the [Dropwizard](http://www.dropwizard.io/) framework - [Embedded Consul](https://github.com/pszymczyk/embedded-consul) - Library for JVM based applications, provides easy way to run Consul in integration tests -- [fabio](https://github.com/eBay/fabio) - Fast, zero-conf, consul-aware load-balancing HTTP/HTTPS router +- [Fabio](https://fabiolb.net) - Fast, zero-conf, consul-aware load-balancing HTTP/HTTPS router - [files-to-consul-kv](https://github.com/bitsofinfo/files-to-consul-kv) - Ultra simple, configuration free CLI tool for syncing a directory structure of key-value files to Consul KV using the transactions API. Docker image available. Integrates easily into any CI/CD workflow. - [file2consul](https://github.com/joeatbayes/file2consul) - Update Consul values from git or files. Config loader with support for multiple environments. Provides variable expansion, interpolation, inheritance with overrides and ability to update multiple consul servers. Reduces cost of maintaining larger configuration sets between environments by reducing restatement and manual editing of similar or predictably changing config properties. MIT license, Written in GO. - [Flightpath](https://docs.flightpath.xyz/) - An xDS server that can configure Envoy to act as an Edge proxy for Consul service mesh enabled services