We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dns_resolver
1 parent 4613676 commit c2a7ff2Copy full SHA for c2a7ff2
src/dns_resolver.rs
@@ -1,5 +1,5 @@
1
-//! A [`HrnResolver`] which uses `reqwest` and `dns.google` (8.8.8.8) to resolve Human Readable
2
-//! Names into bitcoin payment instructions.
+//! A [`HrnResolver`] which uses any recursive DNS resolver to resolve Human Readable Names into
+//! bitcoin payment instructions.
3
4
use std::boxed::Box;
5
use std::net::SocketAddr;
0 commit comments