lua-resty-dns icon indicating copy to clipboard operation
lua-resty-dns copied to clipboard

DNS resolver for the nginx lua module

Results 18 lua-resty-dns issues
Sort by recently updated
recently updated
newest added

is there any chance to get the wire format as a result of `query()` ?

This adds DoH support with POST and GET requests, this requests could be cached. local r, err = resolver:new{ nameservers = { "https://cloudflare-dns.com/dns-query" }, retrans = 5, -- 5 retransmissions...

Hello, How to return domain name by ip address? Not PTR record For example nslookup 8.8.8.8 will return dns.google

this allows to fallback on LuaSocket in contexts that do not support co-sockets.

I get the TTL from Google DNS server (8.8.8.8) via `query` method is dynamic, it will decrease the TTL every time I call this function, until 0. How to get...

域名解析报错 server returned error code: 3: name error name error 是什么意思?

The UDP query does do retries, the TCP one doesn't. Is there a specific reason behind this? if not I could provide a PR.

Hi All, I had build the nginx binary on rhel 7.6 ppc64le (version 1.17.1.1rc0) from source code - https://github.com/openresty/openresty. Please note that, I had copied and used ppc64le compiled LuaJIT...