{"id":21013827,"url":"https://github.com/jdecool/dnspropagation","last_synced_at":"2026-04-29T06:31:07.493Z","repository":{"id":147656040,"uuid":"244153471","full_name":"jdecool/dnspropagation","owner":"jdecool","description":"Check DNS propagation of a domain","archived":false,"fork":false,"pushed_at":"2023-02-23T08:33:55.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T17:26:35.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdecool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-01T13:23:24.000Z","updated_at":"2023-02-02T09:14:43.000Z","dependencies_parsed_at":"2024-03-27T16:30:41.063Z","dependency_job_id":null,"html_url":"https://github.com/jdecool/dnspropagation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdecool/dnspropagation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fdnspropagation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fdnspropagation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fdnspropagation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fdnspropagation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdecool","download_url":"https://codeload.github.com/jdecool/dnspropagation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fdnspropagation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32414383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-19T09:44:16.703Z","updated_at":"2026-04-29T06:31:07.472Z","avatar_url":"https://github.com/jdecool.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"dnspropagation\n==============\n\nA simple tool to check DNS state of a domain.\n\nThis tool as completly been rewrite from [PHP](https://github.com/jdecool/dnspropagation/tree/php).\n\n## Usage\n\nCompile it:\n\n```bash\n$ go build\n```\n\nThen use it:\n\n```bash\n$ ./dnspropagation [domain]\n```\n\nYou can also run it without compilation:\n\n```\n$ go run main.go [-config path/to/configuration/file.hcl] [domain]\n```\n\n# Output\n\n```text\nProvider          Primary         Secondary\n--------          -------         ---------\nBouygues Telecom  140.82.121.4    140.82.121.4\nCloudflare        140.82.121.3    140.82.121.4\nComodo            20.205.243.166  20.205.243.166\nFDN               140.82.121.4    140.82.121.3\nFreeDNS           140.82.121.4    140.82.121.4\nGoogle            140.82.121.4    140.82.121.3\nNeustar           140.82.121.3    140.82.121.3\nNorton            140.82.121.3    140.82.113.4\nOpenDNS           140.82.121.3    140.82.121.3\nQuad9             140.82.112.3    140.82.112.4\nVerisign          140.82.113.4    140.82.121.4\n\nTime: 5.03 seconds\n```\n\n# Configuration sample\n\n```hcl\ndns {\n  name = \"Cloudflare\"\n\n  server {\n    protocol = \"udp\"\n    primary = \"1.1.1.1:53\"\n    secondary = \"1.0.0.1:53\"\n  }\n}\n\ndns {\n  name = \"Google\"\n\n  server {\n    protocol = \"udp\"\n    primary = \"8.8.8.8:53\"\n    secondary = \"8.8.4.4:53\"\n  }\n}\n\ndns {\n  name = \"OpenDNS\"\n\n  server {\n    protocol = \"udp\"\n    primary = \"208.67.222.222:53\"\n    secondary = \"208.67.220.220:53\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdecool%2Fdnspropagation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdecool%2Fdnspropagation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdecool%2Fdnspropagation/lists"}