{"id":21833590,"url":"https://github.com/ghvstcode/dns","last_synced_at":"2025-03-21T13:47:32.766Z","repository":{"id":117357998,"uuid":"559252705","full_name":"Ghvstcode/DNS","owner":"Ghvstcode","description":"DNS FROM SCRATCH","archived":false,"fork":false,"pushed_at":"2022-12-04T19:57:36.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T09:28:59.663Z","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/Ghvstcode.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":"2022-10-29T14:35:53.000Z","updated_at":"2022-12-05T07:58:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"7bd21ffc-4d5b-4c3c-a6c2-070836ac544d","html_url":"https://github.com/Ghvstcode/DNS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ghvstcode%2FDNS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ghvstcode%2FDNS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ghvstcode%2FDNS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ghvstcode%2FDNS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ghvstcode","download_url":"https://codeload.github.com/Ghvstcode/DNS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244807645,"owners_count":20513680,"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":"2024-11-27T19:32:16.523Z","updated_at":"2025-03-21T13:47:32.746Z","avatar_url":"https://github.com/Ghvstcode.png","language":"Go","readme":"## Notes\n* The aim of this project was to gain more practical knowledge on the inner workings of the Domain Name System — I wanted to refresh the knowledge I have of the DNS protocol and understand some  new concepts relating to DNS.\n* The first step in this journey was reading the [RFC]( https://datatracker.ietf.org/doc/html/rfc7858). It is relatively easy to read and contains diagrams which can help one think about some of the various DNS constructs.\n* I intended for this to be a full on DNS server similar to this but unfortunately, I had to stop at this point.\n* At this point, This project simply accepts a response packet that looks like this\n```bash\n00000000  a2 7e 81 80 00 01 00 01  00 00 00 00 06 67 6f 6f  |.~...........goo|\n00000010  67 6c 65 03 63 6f 6d 00  00 01 00 01 c0 0c 00 01  |gle.com.........|\n00000020  00 01 00 00 00 61 00 04  d8 3a df ce              |.....a...:..|\n0000002c\n```\n\u0026 it parses it to look give the following JSON encoded response.\n\u003cimg width=\"520\" alt=\"raycast-untitled\" src=\"https://user-images.githubusercontent.com/46195831/205512178-9d0577d4-2fbe-430d-93d6-806c1b6ea482.png\"\u003e\n\u003cbr\u003e\n* While writting this I spent a lot of time perusing this [awesome package](https://github.com/miekg/dns). You should definietly take a look if youre doing any DNS related work in Go. \n* This project is still actively in progress\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghvstcode%2Fdns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghvstcode%2Fdns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghvstcode%2Fdns/lists"}