From f712f16d16fb28bb29d6652442b4631d74fe880d Mon Sep 17 00:00:00 2001 From: Siam Date: Tue, 23 Jun 2026 14:34:45 +0600 Subject: [PATCH] Add DNS server tutorial under Go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f3119b7e..a49eece92 100644 --- a/README.md +++ b/README.md @@ -565,6 +565,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 4 - Forwarding](https://www.eddywm.com/lets-build-a-url-shortener-in-go-part-iv-forwarding/) - [Building a TCP Chat in Go(video)](https://www.youtube.com/watch?v=Sphme0BqJiY) - [Building a BitTorrent client from the ground up in Go](https://blog.jse.li/posts/torrent/) +- [Build a DNS Server](https://shipthatcode.com/courses/build-dns-server) - [REST API masterclass with Go, PostgreSQL and Docker(video playlist)`in progress`](https://www.youtube.com/watch?v=rx6CPDK_5mU&list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE) ## PHP: