From 82e76f6d71a514515948fdcbbdb08a908dc89fc2 Mon Sep 17 00:00:00 2001 From: moonbuggy <3319867+moonbuggy@users.noreply.github.com> Date: Thu, 9 Jan 2020 19:54:05 +1100 Subject: [PATCH] add Docker Dnsmasq Updater --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b162403..46ea9d3 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) ### Reverse Proxy +- [Docker Dnsmasq Updater](https://github.com/moonbuggy/docker-dnsmasq-updater) - Update a remote dnsmasq server with Docker container hostnames. - [docker-flow-proxy](https://github.com/docker-flow/docker-flow-proxy) - Reconfigures proxy every time a new service is deployed, or when a service is scaled. By [@docker-flow][docker-flow] - [docker-proxy](https://github.com/silarsis/docker-proxy) :skull: - Transparent proxy for docker containers, run in a docker container. By [@silarsis](https://github.com/silarsis) - [fabio](https://github.com/fabiolb/fabio) - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. By [@magiconair](https://github.com/magiconair) (Frank Schroeder)