Skip to content

Commit

Permalink
readme: add similar project list
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jan 28, 2022
1 parent c22099d commit f54b97f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

### Introduction

SimpleDNS is a very simple DNS server.
SimpleDNS is a very simple DNS server written in C.
It was made to learn the basics of the DNS protocol.

Features:
Expand Down Expand Up @@ -63,3 +63,7 @@ It is easy to find it in the code and to add other entries.
### Recommended Reading

The DNS section of the [TCP/IP-Guide](http://www.tcpipguide.com/free/t_TCPIPDomainNameSystemDNS.htm) was very helpful for understanding the protocol.

## Similar Projects

* https://github.com/wfelipe/simple-dns

0 comments on commit f54b97f

Please sign in to comment.