Created
April 19, 2012 09:31
-
-
Save carlosm3011/2419951 to your computer and use it in GitHub Desktop.
IPv6 HandsOn LACNIC - Zone File para DNS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ORIGIN training.lacnic.net. | |
$TTL 15 ; 1 minute | |
@ IN SOA training.lacnic.net. root.localhost. ( | |
2011092606 ; serial | |
604800 ; refresh (1 week) | |
86400 ; retry (1 day) | |
2419200 ; expire (4 weeks) | |
604800 ; minimum (1 week) | |
) | |
NS mvuy.labs.lacnic.net. | |
NS spbr.labs.lacnic.net. | |
A 200.7.84.10 | |
TXT "This zone is to be used for training courses, online and onsite" | |
AAAA 2001:13c7:7001:4000::10 | |
www IN A 192.168.1.1 | |
www IN AAAA 2001:db8:cafe::1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment