You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created this issue just as a reminder to add support for the contracted form (nameserver host), using port 53 as you pointed. Even this is present in the sample file, it's not possible yet due to a limitation of the c-ares lib, which we use to resolve the requests.
I suspect the problem you experience is because nssrs_resolver_by_servers() to not initialize all fields in options struct, specifically options.tcp_port and options.udp_port. If you initialize them to 53, the port used will be 53.
No description provided.
The text was updated successfully, but these errors were encountered: