{"id":20215651,"url":"https://github.com/wem1c/weekend_dns_lua","last_synced_at":"2026-05-27T23:32:17.276Z","repository":{"id":240935515,"uuid":"774067762","full_name":"wem1c/weekend_dns_lua","owner":"wem1c","description":"Toy DNS resolver written in Lua","archived":false,"fork":false,"pushed_at":"2024-05-21T13:43:29.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T11:19:48.521Z","etag":null,"topics":["dns","lua"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/wem1c.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":"2024-03-18T22:15:47.000Z","updated_at":"2024-05-26T04:46:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f56945e-53b6-4ccb-978c-75c4efbffa6b","html_url":"https://github.com/wem1c/weekend_dns_lua","commit_stats":null,"previous_names":["wem1c/weekend_dns_lua"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wem1c/weekend_dns_lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wem1c%2Fweekend_dns_lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wem1c%2Fweekend_dns_lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wem1c%2Fweekend_dns_lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wem1c%2Fweekend_dns_lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wem1c","download_url":"https://codeload.github.com/wem1c/weekend_dns_lua/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wem1c%2Fweekend_dns_lua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33588345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dns","lua"],"created_at":"2024-11-14T06:23:47.282Z","updated_at":"2026-05-27T23:32:17.260Z","avatar_url":"https://github.com/wem1c.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 --\u003e\n\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!--\n*** Thanks for checking out the Best-README-Template. If you have a suggestion\n*** that would make this better, please fork the repo and create a pull request\n*** or simply open an issue with the tag \"enhancement\".\n*** Don't forget to give the project a star!\n*** Thanks again! Now go create something AMAZING! :D\n--\u003e\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Issues][issues-shield]][issues-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch2 align=\"center\"\u003eToy DNS resolver\u003c/h2\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#acknowledgments\"\u003eAcknowledgments\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\nThis is the result of following [Julia Evans'](https://jvns.ca/) [Wizard Zines](https://wizardzines.com/) guide called [Implement DNS in a weekend](https://implement-dns.wizardzines.com/).\n\nOne of Julias' difficulty-increasing optional recommendations was to reimplement the original Python code in a different language of our choosing.\n\nI chose to do it in Lua! 🌙\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### Built With\n\n- [![Lua][Lua-badge]][Lua-url]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\n### Prerequisites\n\n- [Lua](https://www.lua.org/download.html)\n- [LuaRocks](https://github.com/luarocks/luarocks/wiki/Download) - for installing dependencies\n\n### Installation\n\n1. Clone the repo\n\n   ```sh\n   git clone https://github.com/wem1c/weekend_dns_lua.git\n   ```\n\n2. Open the project folder in your terminal\n\n   ```sh\n   cd weekend_dns_lua\n   ```\n\n3. Install dependencies\n\n   ```sh\n   luarocks install luasocket\n   ```\n\n4. Run the entry file using lua\n\n   ```sh\n   lua weekend_dns.lua\n   ```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nThe source code is freely distributed under the MIT License. See `LICENSE.txt` for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\nConor C. Peterson - [@wemic@social.linux.pizza](https://social.linux.pizza/@wemic) - conorpetersondev@gmail.com\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGMENTS --\u003e\n\n## Acknowledgments\n\n- [Implement DNS in a weekend](https://implement-dns.wizardzines.com/) by [Julia Evans](https://jvns.ca/) for [Wizard Zines](https://wizardzines.com/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/wem1c/weekend_dns_lua.svg?style=for-the-badge\n[contributors-url]: https://github.com/wem1c/weekend_dns_lua/graphs/contributors\n[issues-shield]: https://img.shields.io/github/issues/wem1c/weekend_dns_lua.svg?style=for-the-badge\n[issues-url]: https://github.com/wem1c/weekend_dns_lua/issues\n[Lua-badge]: https://img.shields.io/badge/lua-000080?style=for-the-badge\u0026logo=lua\n[Lua-url]: https://www.lua.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwem1c%2Fweekend_dns_lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwem1c%2Fweekend_dns_lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwem1c%2Fweekend_dns_lua/lists"}