This commit is contained in:
Zhang Huangbin 2014-10-09 17:40:14 +08:00
parent 8ff9ed816b
commit 6613602964
1 changed files with 3 additions and 1 deletions

View File

@ -49,9 +49,11 @@ Sample record:
NAME TTL TYPE DATA
www.mydomain.com. 1800 A 192.168.1.2
mail.mydomain.com. 1800 A 192.168.1.5
```
The end result of this record is that `www.mydomain.com.` points to `192.168.1.2`.
The end result of this record is that `www.mydomain.com` points to
`192.168.1.2`, and `mail.mydomain.com` points to `192.168.1.5`.
## Reverse PTR record for server IP address