wiki:Realisations/2010-2011/Projet/Core2/Documentation/DNS/Public/NamedConf

/etc/named.conf

options {
	directory "/var/named";
	version "homebrew.core2.co.uk";
	allow-transfer {"none";};
	allow-recursion {"any";};
};

logging {
	channel rotation {
		file "/var/log/named/named.log" versions 3 size 2m;
  		severity info;
  		print-severity yes;
   		print-time yes;
   		print-category yes;
 	};
 	category default {
  		rotation;
 	};
};

# Root
#include "/etc/named/named.conf.root";

# Local
include "/etc/named/named.conf.local";

# Core2 / Public
include "/etc/named/named.conf.public.core2.co.uk";

# Core2 / Administration & Mobile
include "/etc/named/named.conf.admin.core2.co.uk";

# Core2 / Corporate
include "/etc/named/named.conf.corporate.core2.co.uk";

# Core2
include "/etc/named/named.conf.core2.co.uk";

# Exterieur
include "/etc/named/named.conf.ent2.com";
Last modified 14 years ago Last modified on May 25, 2011, 2:12:14 PM

Attachments (1)

Download all attachments as: .zip