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
resolver.resolveSrv('_etcd-server._tcp.example.com', function (err, addresses, family)
works fine rather than
resolver.resolveSrv('_etcd-server._tcp', function (err, addresses, family)
even if
dig +noall +answer +search SRV _etcd-server._tcp
returnes correct result
This probably means that the module does not understand domain it is working in and can not resolve short names
Describe alternatives you've considered
I would like the module to check if domain is system-wide defined and use it, or at least I should be able to set domain manually
Thanks
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
For example
works fine rather than
even if
returnes correct result
This probably means that the module does not understand domain it is working in and can not resolve short names
Describe alternatives you've considered
I would like the module to check if domain is system-wide defined and use it, or at least I should be able to set domain manually
Thanks
The text was updated successfully, but these errors were encountered: