Skip to content

gsquire/nsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsx

A command-line tool to query Google's public DNS over their HTTPS API. The name is inspired by Acura's awesome NSX.

API Reference

https://developers.google.com/speed/public-dns/docs/dns-over-https

Example Usage

cargo build --release

cargo run --release -- google.com

[
    {
        "name": "google.com.",
        "type": 1,
        "TTL": 299,
        "data": "172.217.4.142"
    }
]

TODO

  • Find out a better way to handle query parameters in the curl library.

License

MIT

About

Google DNS over HTTPS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages