Skip to content

Repository files navigation

Dart implementation of DNS-over-HTTPS.

CodeFactorpub.devlicense

Usage

A simple usage example:

import'package:dns_client/dns_client.dart';
main() async {
final dns =DnsOverHttps.google();
var response =await dns.lookup('google.com');
response.forEach((address) {
print(address.toString());
});}
import'package:dns_client/dns_client.dart';
main() async {
final dns =DnsOverHttps.cloudflare();
var response =await dns.lookup('google.com');
response.forEach((address) {
print(address.toString());
});}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages