-
Notifications
You must be signed in to change notification settings - Fork 4
/
checkdns.conf-dist
36 lines (29 loc) · 1.11 KB
/
checkdns.conf-dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# CheckDNS Configuration File
# http://www.enderunix.org/checkdns/
#
# Name Server for querying. These are must be big and reliable.
query_name_server1 = "199.232.41.12" # ns1.gnu.org
query_name_server2 = "144.122.199.90" # ns1.metu.edu.tr
# Your authorative name servers
name_server1 = "ns1.yourdomain.com"
name_server2 = "ns2.yourdomain.com"
# If your authorative name servers have names more than one
# or if you have additional authorative name servers, specify them.
# If you don't need this, set them to ""
name_server1_extra = "dns1.yourdomain.com"
name_server2_extra = "dns2.yourdomain.com"
# DNS Server Software, bind or djbdns or
# "none" for usting txt file contains domain names line by line
#dns_srv_sfw = "djbdns"
dns_srv_sfw = "bind"
#dns_srv_sfw = "none"
# Dns configuration file
#dns_conf_file = "/service/tinydns/root/data"
dns_conf_file = "/etc/named.conf"
#dns_conf_file = "/var/tmp/domains.txt"
# Html output directory
html_output_dir = "/usr/local/apache/htdocs/checkdns/"
# Languge file.
# Available languages: english, turkish, spanish, german
lang_file = "/usr/local/share/checkdns/lang/english"