GUI / nginx-upstream-dynamic-servers

An nginx module to resolve domain names inside upstreams and keep them up to date.
MIT License
311 stars 74 forks source link

Update for newer nginx versions? #7

Closed neilstuartcraig closed 8 years ago

neilstuartcraig commented 8 years ago

Hi @GUI

This looks like the perfect module to fit my needs but it won't compile against nginx 1.9.11 current latest). I just wondered if you have any plans to support newer builds?

Cheers Neil

GUI commented 8 years ago

I'm afraid I'm not actively using this module at the moment, so I unfortunately won't have time to look into updating it. However, I'd be more than happy to accept any pull requests or new maintainers.

And this might not be too relevant for your usage, but simply for reference, on my current project, I'm achieving dynamic DNS handling in OpenResty with the lua integration of ngx_http_dyups_module (and probably eventually switching over to the new balancer_by_lua). But that approach is admittedly more work (you have to do the DNS resolution yourself with lua-resty-dns), and is mainly beneficial if you want dynamically created backends via OpenResty and a Lua codebase. But I'll also add some links to those approaches under the Alternatives section.