Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; BIND data file for local loopback interface
- ;
- ; Tiempo de vida del dominio
- $TTL 604800
- ; @ indica nombre de zona
- @ IN SOA ejemplo.network. root.ejemplo.network. (
- 2 ; Serial
- 604800 ; Refresh
- 86400 ; Retry
- 2419200 ; Expire
- 604800 ) ; Negative Cache TTL
- ;
- @ IN NS ejemplo.network.
- ; REGISTRO 'A' DIRECCION IP V4 DE UN HOST
- @ IN A 192.168.1.220
- www IN A 192.168.1.220
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement