/etc/named.conf
include "/etc/named/named.conf.acl"; options { directory "/var/named"; version "homebrew.core2.co.uk"; allow-transfer {"none";}; # Recursion uniquement depuis le réseau privé et d'administration allow-recursion { "localhost"; "corporate"; "admin"; "public"; }; # Renvoit des requetes non résolus vers le DNS public forwarders { 10.30.2.1; 2001:db8:3:336::1; }; }; key dhcpupdate { algorithm hmac-md5; secret "Ypd/xL3z43jb/AgMeH1mlg=="; }; 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; }; }; # Localhost include "/etc/named/named.conf.local"; # Core2 / Administration & Mobile include "/etc/named/named.conf.admin.core2.co.uk"; # Core2 / Corporate include "/etc/named/named.conf.corporate.core2.co.uk";
Last modified 14 years ago
Last modified on May 24, 2011, 8:45:09 PM
Attachments (1)
- named.conf (918 bytes) - added by teste 14 years ago.
Download all attachments as: .zip