dns_client 0.1.0+2 copy "dns_client: ^0.1.0+2" to clipboard
dns_client: ^0.1.0+2 copied to clipboard

outdated

Dart implementation of DNS-over-HTTPS.

example/dns_client_example.dart

import 'package:dns_client/dns_client.dart';

void main() async {
  final dns = DnsOverHttps.google();
  final response = await dns.lookup('google.com');
  response.forEach((address) {
    print(address.toString());
  });
}
14
likes
0
points
335
downloads

Publisher

verified publisheramond.dev

Weekly Downloads

Dart implementation of DNS-over-HTTPS.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

freezed_annotation, http, json_annotation

More

Packages that depend on dns_client