Kong / lua-resty-dns-client

Lua DNS client, load balancer, and utility library
http://kong.github.io/lua-resty-dns-client/topics/README.md.html
Apache License 2.0
152 stars 52 forks source link

feat(client) honor resolv.conf option rotate #119

Closed Tieske closed 3 years ago

Tieske commented 3 years ago

relies on PR https://github.com/openresty/lua-resty-dns/pull/55, added the not-merge label until that PR is approved and merged.

NOTE: this changes default behaviour from openresty defaults (no_random = false), to proper dns defaults (rotate = false --> no_random = true). It will not break anything, but will distribute load differently.