Skip to content

hanyu-dev/dns-uri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dns-uri

Crates.io Docs.rs MIT OR Apache-2.0 licensed

Simple parser / formatter of DNS server URIs.

Supported formats

Like AdGuard Home's DNS server address format, the following formats are supported:

  • Regular DNS: w/o scheme or w/ scheme udp://, or w/ scheme tcp://.
  • DNS over TLS: scheme tls://
  • DNS over HTTPS: scheme https://
  • DNS over HTTP/3: scheme h3://
  • DNS over QUIC: scheme quic://
  • DNSCrypt: scheme sdns://

LICENSE

Licensed under either of MIT or Apache-2.0 at your option.

About

Simple parser / formatter of DNS server URIs

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages