Make your Own DNS Server in Python – Part 1 – Warm Up
In this series we’ll be learning how to make our own DNS Server from scratch without any 3rd party libraries! We’ll be learning the fundamentals of DNS. We’ll even be manipulating individual bit’s when our sever responds to queries.
Our DNS server will also have it’s own zone files, in which it will store the records for each domain name. We’ll be using JSON in our zone files.
Stick around! This is going to be a good series!
Go to https://howcode.org for more!
Link to howCode Facebook: http://howco.de/fb
Link to howCode Twitter: http://howco.de/twitter
Link to /r/howCode: http://howco.de/reddit
Don’t forget to subscribe for more!
by howCode
linux dns server