30 lines
921 B
Plaintext
30 lines
921 B
Plaintext
|
130eps.home {
|
||
|
log
|
||
|
errors
|
||
|
auto
|
||
|
reload 10s
|
||
|
#forward . 1.1.1.1:53
|
||
|
# If you wish to use a standard ZONE File format, uncomment the following line and customize the specified file
|
||
|
file /etc/coredns/db.130eps.home 130eps.home
|
||
|
|
||
|
# If you wish to use a standard Hosts File format, uncomment the following line and customize the specified file
|
||
|
# hosts /etc/coredns/osp.com.hosts osp.com
|
||
|
}
|
||
|
|
||
|
. {
|
||
|
forward . /etc/resolv.conf
|
||
|
log
|
||
|
}
|
||
|
|
||
|
################################ Comment and Version ################################
|
||
|
# This Corefile will check for changes every 10 seconds
|
||
|
#
|
||
|
# Changes to a hosts file will be detected and reloaded automatically.
|
||
|
#
|
||
|
# Changes to a Zone file will be detected and reloaded automatically
|
||
|
# if you increment the serial number in the zone definition
|
||
|
#
|
||
|
# Version: 1.0
|
||
|
#
|
||
|
#####################################################################################
|