mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Support for Ubuntu 15.10
This commit is contained in:
parent
24d8fca929
commit
d4cd7cfb3a
119 changed files with 5772 additions and 0 deletions
12
install/ubuntu/15.10/bind/named.conf
Normal file
12
install/ubuntu/15.10/bind/named.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
// This is the primary configuration file for the BIND DNS server named.
|
||||
//
|
||||
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
|
||||
// structure of BIND configuration files in Debian, *BEFORE* you customize
|
||||
// this configuration file.
|
||||
//
|
||||
// If you are just adding zones, please do that in /etc/bind/named.conf.local
|
||||
|
||||
include "/etc/bind/named.conf.options";
|
||||
include "/etc/bind/named.conf.local";
|
||||
include "/etc/bind/named.conf.default-zones";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue