little update

This commit is contained in:
Daniel Beruben 2016-07-27 11:06:25 -04:00
parent 97b5a8d6c2
commit 508f8878f1
1 changed files with 8 additions and 6 deletions

View File

@ -10,12 +10,14 @@ Your main domain is `example.com` but you want to create a subdomain NameServer.
Stat of your domain.
> dig ns example.com
>
> ;; QUESTION SECTION:
> ;example.com. IN NS
>
> ;; ANSWER SECTION:
> example.com. 3600 IN NS ns3.somensserver.com.
```
;; QUESTION SECTION:
;example.com. IN NS
;; ANSWER SECTION:
example.com. 3600 IN NS ns3.somensserver.com.
```
## Create Subdomain
You want to keep those records, now lets create the subdomain.