Created
April 8, 2018 20:00
-
-
Save baldasso/14b74554765036554cc42c87761e9f4c to your computer and use it in GitHub Desktop.
example of config file of dns server
This file contains hidden or 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
$TTL 86400 | |
@ IN SOA servidor.kurumin.com.br. hostmaster.kurumin.com.br. ( | |
2006040645 3H 15M 1W 1D ) | |
NS servidor.kurumin.com.br. | |
NS ns2.kurumin.com.br. | |
IN MX 10 kurumin.com.br. | |
Localhost IN A 127.0.0.1 | |
kurumin.com.br. IN A 64.234.23.12 | |
ns2 IN A 64.234.23.13 | |
www IN A 64.234.23.12 | |
ftp IN A 64.234.23.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment