Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $TTL 1D
- $ORIGIN laboratorio.
- ; ns1.laboratorio. es el servidor autorativo
- @ IN SOA ns1.laboratorio. admin.laboratorio. (
- 1 ; Serial
- 8H ; Refresh
- 2H ; Retry
- 4W ; Expire
- 1D ; Minum TTL
- )
- ; REGISTROS NS
- @ IN NS ns1.laboratorio.
- ; Registros tipo A
- ; @ = laboratorio (opcional)
- @ IN A 192.168.0.191
- ns1 IN A 192.168.0.191
- site IN A 192.168.0.181
- www.site IN CNAME site ; alias de site.laboratorio.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement