Skip to content

Commit

Permalink
Added guide on DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Aug 3, 2017
1 parent 0946d3a commit 9967037
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# DNS

## One Liners
```bash
# Get info on domain
dig domain.com

# Ask a specific server for DNS info
dig @ns-581.awsdns-08.net domain.com
```

- https://opensource.com/article/17/4/build-your-own-name-server

0 comments on commit 9967037

Please sign in to comment.