Table of Contents
This is the result of following Julia Evans' Wizard Zines guide called Implement DNS in a weekend.
One of Julias' difficulty-increasing optional recommendations was to reimplement the original Python code in a different language of our choosing.
I chose to do it in Lua! 🌙
-
Clone the repo
git clone https://github.com/wem1c/weekend_dns_lua.git
-
Open the project folder in your terminal
cd weekend_dns_lua -
Install dependencies
luarocks install luasocket
-
Run the entry file using lua
lua weekend_dns.lua
The source code is freely distributed under the MIT License. See LICENSE.txt for more information.
Conor C. Peterson - @wemic@social.linux.pizza - conorpetersondev@gmail.com