File: named.conf

package info (click to toggle)
nslint 3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 996 kB
  • sloc: sh: 3,349; ansic: 2,589; makefile: 78
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
zone "10.in-addr.arpa." {
	type master;
	notify yes;
	file "db.10.in-addr.arpa.";
};
zone "intern" {
	type master;
	notify yes;
	file "db.intern";
};