mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-19 03:18:56 +03:00
add weigh params
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
+++
|
||||
noatcards = True
|
||||
isdraft = False
|
||||
weight = 60
|
||||
+++
|
||||
|
||||
# Domain name system
|
||||
@@ -8,6 +9,7 @@ isdraft = False
|
||||
## Introduction Domain Name System
|
||||
|
||||

|
||||
|
||||
[Source: DNS security presentation](http://www.slideshare.net/srikrupa5/dns-security-presentation-issa)
|
||||
|
||||
A Domain Name System (DNS) translates a domain name such as [www.example.com](http://www.example.com/) to an IP address.
|
||||
|
||||
Reference in New Issue
Block a user