You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IN MX 10 mail.another.com. ; external mail provider
83
83
IN A 172.20.0.100 ; default A record
84
84
; server host definitions
85
-
ns1 IN A 172.20.0.100 ; name server definition
85
+
ns1 IN A 172.20.0.100 ; name server definition
86
86
www IN A 172.20.0.101 ; web server definition
87
87
mail IN A 172.20.0.102 ; mail server definition
88
88
```
@@ -108,7 +108,7 @@ Check DNS resolution with the `host` command:
108
108
Using domain server:
109
109
Name: 172.20.0.100
110
110
Address: 172.20.0.100#53
111
-
Aliases:
111
+
Aliases:
112
112
113
113
example.com has address 172.20.0.100
114
114
example.com mail is handled by 10 mail.another.com.
@@ -117,6 +117,6 @@ example.com mail is handled by 10 mail.another.com.
117
117
118
118
## Conclusion
119
119
120
-
While most people use third-party services for DNS, there are scenarioswhere self-hosting DNS is desired. For instance, telecom, hosting and social media companies host a large number of DNS entries where hosted services are undesirable.
120
+
Most people use third-party services for DNS. There are scenarios, however, where self-hosting DNS is desired. For instance, telecom, hosting, and social media companies host a large number of DNS entries where hosted services are undesirable.
121
121
122
-
NSD is one of many open source tools which make hosting DNS possible. Congratulations, you have your very own DNS server! Cheers!
122
+
NSD is one of many open source tools that make hosting DNS possible. Congratulations, you have your very own DNS server! Cheers!
0 commit comments