From bc8d1e5734c665ba7d70b56f85b2ba8d355443dc Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 5 Nov 2017 22:41:31 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 820b460f..2399020a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # DnsServer -Technitium DNS Server +Technitium DNS Server is an open source tool that can be used for self hosting a local network DNS server or, used for experimentation/testing by software developers on their computer. Traditionally, developers use an hosts file for configuring an IP address for a domain under testing. However, using hosts file is cumbersome at times and can only be used to resolve domain name to an IP address. + +With a fully configurable DNS server running on your local machine, you can configure not just simple A records (for IP address) but, also configure other types of records like CNAME or MX etc. This allow you to have more control and power when you want to do testing that simulates the exact configuration that you have running on production. + +Applications of using a locally hosted DNS server is limited only by the user's imagination! + +Website: https://technitium.com/dns/