From 9e7bebb1e4eccc982c45d45d38bd5189644a77a2 Mon Sep 17 00:00:00 2001 From: Eban Date: Sun, 7 Feb 2021 23:04:27 +0100 Subject: [PATCH] Adding DNS section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3cce74c..3f99230 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ * [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency) * [Bot](#build-your-own-bot) * [Command-Line Tool](#build-your-own-command-line-tool) +* [DNS](#build-your-own-dns) * [Database](#build-your-own-database) * [Docker](#build-your-own-docker) * [Emulator / Virtual Machine](#build-your-own-emulator--virtual-machine) @@ -135,6 +136,9 @@ * [**Python**: _A proof-of-concept imitation of Docker, written in 100% Python_](https://github.com/tonybaloney/mocker) * [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker) +#### Build your own `DNS` +* [**BIND**: _Build your own DNS server on Linux_](https://opensource.com/article/17/4/build-your-own-name-server) + #### Build your own `Emulator / Virtual Machine` * [**C**: _Virtual machine in C_](https://blog.felixangell.com/virtual-machine-in-c/)