{"id":24998988,"url":"https://github.com/tomasfarias/dns-in-a-weekend","last_synced_at":"2025-03-29T18:12:07.691Z","repository":{"id":238719247,"uuid":"640627095","full_name":"tomasfarias/dns-in-a-weekend","owner":"tomasfarias","description":"My implementation of Julia Evan's Implement DNS in a Weekend in Rust","archived":false,"fork":false,"pushed_at":"2023-05-14T17:57:08.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-04T18:52:32.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/tomasfarias.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-14T17:56:43.000Z","updated_at":"2023-05-14T17:57:11.000Z","dependencies_parsed_at":"2024-05-07T18:21:20.679Z","dependency_job_id":"40c064a6-c290-4ff7-869b-b53ce027ec2e","html_url":"https://github.com/tomasfarias/dns-in-a-weekend","commit_stats":null,"previous_names":["tomasfarias/dns-in-a-weekend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasfarias%2Fdns-in-a-weekend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasfarias%2Fdns-in-a-weekend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasfarias%2Fdns-in-a-weekend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasfarias%2Fdns-in-a-weekend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomasfarias","download_url":"https://codeload.github.com/tomasfarias/dns-in-a-weekend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246223331,"owners_count":20743167,"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":[],"created_at":"2025-02-04T18:52:42.876Z","updated_at":"2025-03-29T18:12:07.660Z","avatar_url":"https://github.com/tomasfarias.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dns-in-a-weekend\n\nA Rust solution for ['Implement DNS in a weekend' by Julia Evans](https://implement-dns.wizardzines.com).\n\n# Building shovel\n\nThe binary implementing DNS resolution is called `shovel`. Build it using `cargo`:\n```sh\n$ cargo build --release\n```\n\n# Running shovel\n\nThe syntax for running `shovel` is:\n```sh\n$ shovel [DOMAIN] [QTYPE] [NAMESERVER]\n```\n\nFor example:\n```sh\nshovel twitter.com A\nQuerying 198.41.0.4 for twitter.com\nQuerying 192.12.94.30 for twitter.com\nQuerying 198.41.0.4 for a.r06.twtrdns.net\nQuerying 192.12.94.30 for a.r06.twtrdns.net\nQuerying 205.251.195.207 for a.r06.twtrdns.net\nQuerying 205.251.192.179 for twitter.com\nResolved twitter.com: 104.244.42.65\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasfarias%2Fdns-in-a-weekend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasfarias%2Fdns-in-a-weekend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasfarias%2Fdns-in-a-weekend/lists"}