File: dns.simple.template

package info (click to toggle)
gforge 4.5.14-22etch13
  • links: PTS
  • area: main
  • in suites: etch
  • size: 13,004 kB
  • ctags: 11,918
  • sloc: php: 36,047; sql: 29,050; sh: 10,538; perl: 6,496; xml: 3,810; makefile: 341; python: 263; ansic: 256
file content (37 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
; PLEASE DO NOT REMOVE THIS LINE
;
; Don't touch anything at the begining of this file (5 first) or dns_config.pl  
; can break everything
$TTL	604800
@    IN    SOA    {domain_name}.	hostmaster.{domain_name}. (
			{serial}	; serial number, in date form
			10800		; refresh 4 minutes
			3600		; retry interval 2 minutes
			604800		; expire
			3600		; default ttl
)

;NS
@			IN	NS	{domain_name}.
@			IN	MX	10 mail
@	             	IN      A	{ip_address}

localhost               IN      A       127.0.0.1
www             	IN      A	{ip_address}
cvs             	IN      A	{ip_address}
cvs1             	IN      A	{ip_address}
shell            	IN      A	{ip_address}
shell1            	IN      A	{ip_address}
mail             	IN      A	{ip_address}
mail1             	IN      A	{ip_address}
users			IN	A	{ip_address}
lists             	IN      A	{ip_address}
download            	IN      A	{ip_address}
upload            	IN      A	{ip_address}
images			IN	A	{ip_address}
webdev			IN	A	{ip_address}

; *** Project homepages and cvs access ***
*			IN	A	{ip_address}
cvs.*			IN	CNAME	cvs