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
dnslink --help prints (among others) these examples:
# Receive the dnslink entries for the dnslink.io domain.
> dnslink dnslink.dev
/ipfs/QmXNosdfz3WQUHncsYBTw7diwYzCibVhrJmEhNNaMPQBQF
and
# Receive the dnslink entries using the system DNS.
> dnslink --dns dnslink.dev
/ipfs/QmXNosdfz3WQUHncsYBTw7diwYzCibVhrJmEhNNaMPQBQF
This leads me to believe that dnslink does not use the system resolver by default (which I don't like) but specifying --dns does use the system resolver.
But executing the example dnslink --dns dnslink.dev just panics:
dnslink --help
prints (among others) these examples:and
This leads me to believe that
dnslink
does not use the system resolver by default (which I don't like) but specifying--dns
does use the system resolver.But executing the example
dnslink --dns dnslink.dev
just panics:Maybe not specifying the
--dns
option is what actually uses the system resolver and the documentation is just wrong?The text was updated successfully, but these errors were encountered: