{"id":18421341,"url":"https://github.com/eduardostuart/google-dns","last_synced_at":"2025-04-07T14:31:46.414Z","repository":{"id":57252190,"uuid":"107906592","full_name":"eduardostuart/google-dns","owner":"eduardostuart","description":"🌎 A wrapper for Google public DNS.","archived":true,"fork":false,"pushed_at":"2020-03-14T08:00:22.000Z","size":252,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T14:53:32.363Z","etag":null,"topics":["dns","dns-over-https","google","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eduardostuart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-22T22:06:15.000Z","updated_at":"2024-11-20T19:09:04.000Z","dependencies_parsed_at":"2022-09-18T02:12:07.803Z","dependency_job_id":null,"html_url":"https://github.com/eduardostuart/google-dns","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardostuart%2Fgoogle-dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardostuart%2Fgoogle-dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardostuart%2Fgoogle-dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardostuart%2Fgoogle-dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduardostuart","download_url":"https://codeload.github.com/eduardostuart/google-dns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247669911,"owners_count":20976476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dns","dns-over-https","google","javascript"],"created_at":"2024-11-06T04:25:19.763Z","updated_at":"2025-04-07T14:31:46.146Z","avatar_url":"https://github.com/eduardostuart.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/eduardostuart/google-dns.svg?style=svg)](https://circleci.com/gh/eduardostuart/google-dns)\n\n# Google DNS\n\nA wrapper for [Google public DNS](https://dns.google.com).\n\n\u003e Not an official Google library and not affiliated with Google.\n\n## [DNS-over-HTTPS](https://developers.google.com/speed/public-dns/docs/dns-over-https)\n\n\u003e DNS-over-HTTPS greatly enhances privacy and security between a client and a recursive resolver,\n\u003e and complements DNSSEC to provide end-to-end authenticated DNS lookups.\n\n# Install\n\n```bash\nyarn install google-dns\n# or\nnpm i google-dns --save\n```\n\n# Usage\n\n```js\nconst dns = require('google-dns')\n\n(async () =\u003e {\n  const response = await dns('google.com'/*, any */)\n\n  console.log(response)\n  // await dns('google.com', 'MX')\n})()\n//\n```\n\n# Tests\n\n```bash\nnpm t\n```\n\n# License\nGoogle DNS is open-sourced software licensed under the [MIT](./LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduardostuart%2Fgoogle-dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduardostuart%2Fgoogle-dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduardostuart%2Fgoogle-dns/lists"}