Skip to content

Instantly share code, notes, and snippets.

@baldasso
Created April 8, 2018 20:00
Show Gist options
  • Save baldasso/14b74554765036554cc42c87761e9f4c to your computer and use it in GitHub Desktop.
Save baldasso/14b74554765036554cc42c87761e9f4c to your computer and use it in GitHub Desktop.
example of config file of dns server
$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