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

fix(client) always inject localhost #54

Closed Tieske closed 6 years ago

Tieske commented 6 years ago

Treat the localhost name special by always injecting it, according to RFC 6761: Section 6.3.3

fixes #50