Webdevelopment
Drupal
Betriebssysteme
Design
Sonstige
Mi., 06/11/2013 - 19:07
Body
Zonefileaufbau
http://en.wikipedia.org/wiki/Zone_file http://support.easydns.com/tutorials/DNSsetup/maindnsrec.php Beispiel: http://wiki.hetzner.de/index.php/DNS_ZonendateiSAMPLE
- $TTL 86400
- @ IN SOA ns1.first-ns.de. postmaster.robot.first-ns.de. (
- 2011041400 ; serial
- 14400 ; refresh
- 1800 ; retry
- 604800 ; expire
- 86400 ) ; minimum
- @ IN NS robotns3.second-ns.com.
- @ IN NS robotns2.second-ns.de.
- @ IN NS ns1.first-ns.de.
- @ IN A 213.133.98.98
- localhost IN A 127.0.0.1
- mail IN A 213.133.98.98
- www IN A 213.133.98.98
- ftp IN CNAME www
- imap IN CNAME www
- loopback IN CNAME localhost
- pop IN CNAME www
- relay IN CNAME www
- smtp IN CNAME www
- @ IN MX 10 mail
Add new comment