This page is integral part of the parent page DNS Resolver ([
wiki:
doc/DnsResolver]
), all examples & notes & documents here are related to that parent page and continuation of it.
To understand this page, you must view parent page.
<a name="unbound_conf"></a>
Unbound DNS Server config File
(6) Click once anywhere inside below "service.conf" textbox area. Then select all texts by pressing Ctrl+A buttons/keys. And copy by pressing Ctrl+C buttons (into clipboard/buffer memory area). And then goto your (Windows Notepad) text editor's "service.conf" file editing area/tab, and paste copied text (from buffer memory into text-editor) by pressing Ctrl+V buttons/keys on an empty area. Press Ctrl+S to save file (as "service.conf"). If you are using Microsoft Windows Notepad, then no need to follow next step inside "6b" section.
- (6b) If you are using Notepad++, Notepad2 : Click once anywhere inside the below textbox area, then press Ctrl+A to select all. And copy by pressing Ctrl+C. Goto text editor's "service.conf" file editing tab/area, and set/change Character Encoding into UTF-8, and then paste by pressing Ctrl+V buttons. Save by pressing Ctrl+S. Now make another backup copy of this "service.conf" like this : by using Windows Explorer, copy "service.conf" file, and 'paste' on an empty area, then rename the copied file ("service - Copy(2).conf") into "service.utf8.conf" file. In text editor change Character Encoding into "ANSI", and save the "service.conf" file again by pressing Ctrl+S.
<center>
<b>service.conf</b><br />
<textarea name="ub_config" id="ub_config" rows="15" cols="78" readonly="readonly" style="text-align: left;">
# BEGIN of service.conf / unbound.conf file of 'unbound'.
# Last Modified: 2012-09-22 05-21.
# Copyright (C) 2012 Bry8Star. [bry8 star a.t ya hoo d.o.t c om].
# Example configuration file, is included in here.
#
# See unbound.conf(5) man page, version @version@.
#
# this is a comment.
#Use this to include other text into the file.
#include: "otherfile.conf"
# The 'Greater Than' symbol/sign is shown as >
# The 'Less Than' symbol/sign is shown as <
# Specify value for <parameter>, without using < > sign.
# Unicode (ISO/IEC 10646).
# Various ASCII/DNS Compatible Encoding (ACE) :
# RACE, LACE, DUDE, Punycode, AMC-ACE-Z and UTF-8.
# # Below is a Minimal Config file.
# # (To use this 'Minimal Config' section/config, remove only the
# # left most, column 1's, one '#'/hash symbol from each line).
#
# server:
# directory: "/etc/unbound"
# username: unbound
# # make sure unbound can access entropy from inside the chroot.
# # e.g. on linux the use these commands (on BSD, devfs(8) is used):
# # mount --bind -n /dev/random /etc/unbound/dev/random
# # and mount --bind -n /dev/log /etc/unbound/dev/log
# chroot: "/etc/unbound"
# # logfile: "/etc/unbound/unbound.log" #uncomment to use logfile.
# pidfile: "/etc/unbound/unbound.pid"
# # verbosity: 1 # uncomment and increase to get more logging.
# # listen on all interfaces, answer queries from the local subnet.
# interface: 0.0.0.0
# interface: ::0
# access-control: 10.0.0.0/8 allow
# access-control: 2001:DB8::/64 allow
# # End of Minimal Config.
# Memory Control Example:
# In the example config settings below memory usage is reduced. Some ser-
# vice levels are lower, notable very large data and a high TCP load are
# no longer supported. Very large data and high TCP loads are exceptional
# for the DNS. DNSSEC validation is enabled, just add trust anchors. If
# you do not have to worry about programs using more than 3 Mb of memory,
# the below example is not for you. Use the defaults to receive full ser-
# vice, which on BSD-32bit tops out at 30-40 Mb after heavy usage.
# # Example settings of Reduced Memory usage:
# # (To use this 'Reduced Memory' section/config, remove only the
# # left most, column 1's, one '#'/hash symbol from each line).
#
# server:
# num-threads: 1
# outgoing-num-tcp: 1 # this limits TCP service, uses less buffers.
# incoming-num-tcp: 1
# outgoing-range: 60 # uses less memory, but less performance.
# msg-buffer-size: 8192 # note this limits service, 'no huge stuff'.
# msg-cache-size: 100k
# msg-cache-slabs: 1
# rrset-cache-size: 100k
# rrset-cache-slabs: 1
# infra-cache-numhosts: 200
# infra-cache-slabs: 1
# key-cache-size: 100k
# key-cache-slabs: 1
# neg-cache-size: 10k
# num-queries-per-thread: 30
# target-fetch-policy: "2 1 0 0 0 0"
# harden-large-queries: "yes"
# harden-short-bufsize: "yes"
# # End of Reduced Memory Usage config.
# Optimise config:
# Set *-slabs to a power of 2 close to the num-threads value. Do this
# for 'msg-cache-slabs', 'rrset-cache-slabs', 'infra-cache-slabs' and
# 'key-cache-slabs'. This reduces lock contention.
#
# Set the 'outgoing-range' to as large a value as possible, see the
# sections below on how to overcome the limit of 1024 in total. This
# services more clients at a time. With 1 core, try 950. With 2 cores,
# try 450. With 4 cores try 200. The 'num-queries-per-thread' is best set
# at half the number of the 'outgoing-range', but you would like a whole
# lot to be able to soak up a spike in queries. Because of the limit on
# 'outgoing-range' thus also limits 'num-queries-per-thread', it is
# better to compile with libevent (see the section below), so that there
# is no more 1024 limit on 'outgoing-range'.
#
# Here is a short summary of Optimised Config:
# # (To use this 'Optimised Config' section/config, remove only the
# # left most, column 1's, one '#'/hash symbol from each line).
#
# # some optimisation options:
# server:
# # use all CPUs
# num-threads: <number of cores>
# # power of 2 close to num-threads
# msg-cache-slabs: <same>
# rrset-cache-slabs: <same>
# infra-cache-slabs: <same>
# key-cache-slabs: <same>
#
# # more cache memory, rrset=msg*2
# rrset-cache-size: 100m
# msg-cache-size: 50m
#
# # more outgoing connections
# # depends on number of cores: 1024/cores - 50
# outgoing-range: 950
#
# # Larger socket buffer. OS may need config.
# so-rcvbuf: 4m
# so-sndbuf: 4m
# # End of Optimised Config.
# Birthday Attack protection:
# Do not allow multiple queries for the same question to be outstanding
# (AKA query chaining). Unbound, Bind, PowerDNS implement this properly.
# Fix recursive nameservers:
# Port randomization. Sanitize TTL's. Use more IP addresses per DNS
# server. Harden against bogus size packets. Harden glue.
# Additional queries for infrastructure data. 0x20.
# Rebinding protection:
# Allow to specify IP addresses that may never appear in “external”
# domain names. This way you can ensure 10.1.1.0/24 would never come in
# through DNS rebinding. (supported in Unbound and PowerDNS).
# Attack response:
# At a spoof detection threshold throw away the entire cache and start
# from scratch. Prevents using an accepted forged answer.
# Small value : easy DOS on the cache.
# Large value : might be too late. (Unbound has spoofmax=10M).
# (PowerDNS has spoofmax=20).
# Chain your caches (esp. the ones behind NAT).
# More NS records : If you already have at least two or three, this does
# not buy you much. Only makes an attack marginally harder.
# Excessive NS records cause other problems (and adds more potentially
# outdated / vulnerable nameservers.
# Hardening infrastructure queries:
# Before accepting NS records or A records of nameservers, ask at least
# two different nameservers.
# Before accepting glue records or additional data, independently
# verify these with new queries.
# (extra work is only needed once, then we use caching – minimum impact).
# Double Fast Flux protection: (Draft-bambenek-doubleflux suggests:)
# Replacing the TTL's of NS and A records of NS records with TTL=72
# hours. Llimit Registrar changes to once per 72h. Recursors and
# clients should drop NS or A of NS with TTL < 12.
# Fix recursive nameservers:
# RFC 5452 “Measures for Making DNS. More Resilient against Forged
# Answers”. draft-wijngaards-dnsext-resolver-side-mitigation.
# draft-vixie-dnsext-0x20.
# Use DNSSEC, What is DNSSEC ?
# Authenticate (non)existence of data within a zone.
# Create a path of trust between zones.
# Sign and preload the root (“.”) key.
# Add a public key to zone
# Sign zone with private key
# Give hash(pubkey) to parent
# The DO bit (query) DNSSEC (is) OK
# The AD bit (answer) Authenticated Data
# The CD bit (query) Checking Disabled
# DNSSEC answers can be:
# SECURE Validated with key
# INSECURE Validated but no key
# BOGUS validation failed
# UNKNOWN ServFail etc
# New DNS Record types:
# DNSKEY Public key.
# RRSIG Signature RRset.
# NSEC “Clever” Record, denial of existence.
# NSEC3 “Super Clever”, Record stealthy, denial of existence.
# DS Delegation Signer r.
# New DNSSEC errors:
# (almost) none. For maximum compatibility. If any error happens,
# return the old ServFail. A validator can then redo the query with
# the CD bit if it wants to see why it failed.
# NSEC3: denial of existence with a hack:
# Do not use names, but hashes. For added work, hash X times.
# Now sort the hashes. The validator that gets an NSEC3 record
# back, hashes the QUERY name (x times) too and compares.
# KSK (Key Signing Key)
#
# DNS servers which redirects: redirection breaks some non-Web
# applications that rely on getting an NXDOMAIN response for
# non-existent domains, such as e-mail spam filtering, or VPN access
# where the private network's nameservers are consulted only when the
# public ones fail to resolve.
# Configuration of your 'Unbound' DNS Server, starts from below:
#
# The server clause sets the main parameters.
server:
# whitespace is not necessary, but looks cleaner.
# verbosity number, 0 is least verbose. 1 is default.
# The verbosity number, level 0 means no verbosity, only errors.
# Level 1 gives operational information. Level 2 gives detailed
# operational information. Level 3 gives query level information,
# output per query. Level 4 gives algorithm level information.
# Level 5 logs client identification for cache misses. Default is
# level 1. The verbosity can also be increased from the command-
# line, see unbound(8).
verbosity: 1
# print statistics to the log (for every thread) every N seconds.
# Set to "" or 0 to disable. Default is disabled.
# statistics-interval: >seconds>
# The number of seconds between printing statistics to the log for
# every thread. Disable with value 0 or "". Default is disabled.
# The histogram statistics are only printed if replies were sent
# during the statistics interval, requestlist statistics are
# printed for every interval (but can be 0). This is because the
# median calculation requires data to be present.
# statistics-interval: 0
statistics-interval: 0
# enable cumulative statistics, without clearing them after printing.
# statistics-cumulative: <yes or no>
# If enabled, statistics are cumulative since starting unbound,
# without clearing the statistics counters after logging the sta-
# tistics. Default is no.
# statistics-cumulative: no
statistics-cumulative: "no"
# enable extended statistics (query types, answer codes, status)
# printed from unbound-control. default off, because of speed.
# extended-statistics: <yes or no>
# If enabled, extended statistics are printed from unbound-con-
# trol(8). Default is off, because keeping track of more statis-
# tics takes time. The counters are listed in unbound-control(8).
# extended-statistics: no
extended-statistics: "no"
# number of threads to create. 1 disables threading.
# num-threads: <number>
# The number of threads to create to serve clients. Use 1 for no
# threading.
# Set num-threads equal to the number of CPU cores on the system. E.g.
# for 4 CPUs with 2 cores each, use 8.
# num-threads: 1
num-threads: 2
# specify the interfaces to answer queries from by ip-address.
# The default is to listen to localhost (127.0.0.1 and ::1).
# specify 0.0.0.0 and ::0 to bind to all available interfaces.
# specify every interface[@port] on a new 'interface:' labelled line.
# The listen interfaces are not changed on reload, only on restart.
# interface: < ip address[@port]>
# Interface to use to connect to the network. This interface is
# listened to for queries from clients, and answers to clients are
# given from it. Can be given multiple times to work on several
# interfaces. If none are given the default is to listen to local-
# host. The interfaces are not changed on a reload (kill -HUP)
# but only on restart. A port number can be specified with @port
# (without spaces between interface and port number), if not spec-
# ified the default port (from port) is used.
# interface: 192.0.2.153
# interface: 192.0.2.154
# interface: 192.0.2.154@5003
# interface: 2001:DB8::5
interface: 127.0.0.1 # IPv4 localhost
# Change/adjust below IP-address, and use (your) computer's actual
# IP address that is used by the Network Adapter (NIC), which connects
# with Internet.
# If you are using dynamic/changing IP address on your Network Adapter
# then disable below line
interface: 192.168.0.10 # Instruction writer assuming this as our IP.
interface: ::1 # IPv6 localhost
# enable this feature to copy the source address of queries to reply.
# Socket options are not supported on all platforms. experimental.
# interface-automatic: <yes or no>
# Detect source interface on UDP queries and copy them to replies.
# This feature is experimental, and needs support in your OS for
# particular socket options. Default value is no.
# interface-automatic: no
interface-automatic: "no"
# port to answer queries from
# port: <port number>
# The port number, default 53, on which the server responds to
# queries.
# port: 53 #
port: 53
# specify the interfaces to send outgoing queries to authoritative
# server from by ip-address. If none, the default (all) interface
# is used. Specify every interface on a 'outgoing-interface:' line.
# outgoing-interface: <ip address>
# Interface to use to connect to the network. This interface is
# used to send queries to authoritative servers and receive their
# replies. Can be given multiple times to work on several inter-
# faces. If none are given the default (all) is used. You can
# specify the same interfaces in interface: and outgoing-inter-
# face: lines, the interfaces are then used for both purposes.
# Outgoing queries are sent via a random outgoing interface to
# counter spoofing.
# outgoing-interface: 192.0.2.153
# outgoing-interface: 2001:DB8::5
# outgoing-interface: 2001:DB8::6
# If you are using dynamic/changing IP address on your Network Adapter
# then disable below line
outgoing-interface: 192.168.0.10
# number of ports to allocate per thread, determines the size of the
# port range that can be open simultaneously. About double the
# num-queries-per-thread, or, use as many as the OS will allow you.
# outgoing-range: <number>
# Number of ports to open. This number of file descriptors can be
# opened per thread. Must be at least 1. Default depends on com-
# pile options. Larger numbers need extra resources from the oper-
# ating system. For performance a a very large value is best, use
# libevent to make this possible.
# Set the outgoing-range to as large a value as possible, see the
# sections below on how to overcome the limit of 1024 in total.
# This services more clients at a time. With 1 core, try 950.
# With 2 cores, try 450. With 4 cores try 200.
# More outgoing connections: depends on number of cores,
# use this pattern to figure out & setting values: 1024/cores - 50
# and "num-queries-per-thread" should be half of "outgoing-range".
# outgoing-range: 4096
outgoing-range: 450
# permit unbound to use this port number or port range for
# making outgoing queries, using an outgoing interface.
# outgoing-port-permit: <port number or range>
# Permit unbound to open this port or range of ports for use to
# send queries. A larger number of permitted outgoing ports
# increases resilience against spoofing attempts. Make sure these
# ports are not needed by other daemons. By default only ports
# above 1024 that have not been assigned by IANA are used. Give a
# port number or a range of the form "low-high", without spaces.
# The 'outgoing-port-permit' and 'outgoing-port-avoid statements' are
# processed in the line order of the config file, adding the per-
# mitted ports and subtracting the avoided ports from the set of
# allowed ports. The processing starts with the non IANA allo-
# cated ports above 1024 in the set of allowed ports.
# outgoing-port-permit: 32768
# 56096 - 52000 = 4096
outgoing-port-permit: 52000-56096
# deny unbound the use this of port number or port range for
# making outgoing queries, using an outgoing interface.
# Use this to make sure unbound does not grab a UDP port that some
# other server on this computer needs. The default is to avoid
# IANA-assigned port numbers.
# outgoing-port-avoid: <port number or range>
# Do not permit unbound to open this port or range of ports for
# use to send queries. Use this to make sure unbound does not grab
# a port that another daemon needs. The port is avoided on all
# outgoing interfaces, both IP4 and IP6. By default only ports
# above 1024 that have not been assigned by IANA are used. Give a
# port number or a range of the form "low-high", without spaces.
# outgoing-port-avoid: "3200-3208"
outgoing-port-avoid: "22,25,26,37,54,55,67,68,69,80,110,123,135,137,138,139,143,443,445,465,500,587,843,990,912,993,995,1025,1863,1935,2400,4242,4400,4421,4444,4445,4480,4500,4569,5038,5050,5060,5061,5062,5063,5064,5065,5198,5199,5200,5222,5555,5800,5801,5900,5901,6666,6667,6668,6669,7000,7001,7002,7003,7004,7005,7006,7658,7659,7660,7777,8050,8052,8054,8056,8058,8060,8080,8110,8118,8120,8123,8125,8143,8998,9001,9022,9030,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9080,10000,15000,15001,15002,15003,15004,16001,16999,20000,20001,25000,26999,29998,30600,31000,32000,36999,50300"
# number of outgoing simultaneous tcp buffers to hold per thread.
# outgoing-num-tcp: <number>
# Number of outgoing TCP buffers to allocate per thread. Default
# is 10. If set to 0, or if do_tcp is "no", no TCP queries to
# authoritative servers are done.
# outgoing-num-tcp: 10
outgoing-num-tcp: 25
# number of incoming simultaneous tcp buffers to hold per thread.
# incoming-num-tcp: <number>
# Number of incoming TCP buffers to allocate per thread. Default
# is 10. If set to 0, or if do_tcp is "no", no TCP queries from
# clients are accepted.
# incoming-num-tcp: 10
incoming-num-tcp: 25
# buffer size for UDP port 53 incoming (SO_RCVBUF socket option).
# 0 is system default. Use 4m to catch query spikes for busy servers.
# so-rcvbuf: <number>
# If not 0, then set the SO_RCVBUF socket option to get more buf-
# fer space on UDP port 53 incoming queries. So that short spikes
# on busy servers do not drop packets (see counter in netstat
# -su). Default is 0 (use system value). Otherwise, the number
# of bytes to ask for, try "4m" on a busy server. The OS caps it
# at a maximum, on linux unbound needs root permission to bypass
# the limit, or the admin can use sysctl net.core.rmem_max. On
# BSD change kern.ipc.maxsockbuf in /etc/sysctl.conf. On OpenBSD
# change header and recompile kernel. On Solaris ndd -set /dev/udp
# udp_max_buf 8388608.
# Set so-rcvbuf to a larger value (4m or 8m) for a busy server. This
# sets the kernel buffer larger so that no messages are lost in spikes
# in the traffic. Adds extra 9s to the reply-reliability percentage.
# so-rcvbuf: 0
so-rcvbuf: 8m
# buffer size for UDP port 53 outgoing (SO_SNDBUF socket option).
# 0 is system default. Use 4m to handle spikes on very busy servers.
# so-sndbuf: <number>
# If not 0, then set the SO_SNDBUF socket option to get more buf-
# fer space on UDP port 53 outgoing queries. This for very busy
# servers handles spikes in answer traffic, otherwise 'send:
# resource temporarily unavailable' can get logged, the buffer
# overrun is also visible by netstat -su. Default is 0 (use sys-
# tem value). Specify the number of bytes to ask for, try "4m" on
# a very busy server. The OS caps it at a maximum, on linux
# unbound needs root permission to bypass the limit, or the admin
# can use sysctl net.core.wmem_max. On BSD, Solaris changes are
# similar to so-rcvbuf.
# Set 'so-sndbuf' to a larger value (4m or 8m) for a busy server.
# Same as rcvbuf, but now for spikes in replies. Might need a smaller
# value, as spikes are less common in replies.
# so-sndbuf: 0
so-sndbuf: 8m
# EDNS reassembly buffer to advertise to UDP peers (the actual buffer
# is set with msg-buffer-size). 1480 can solve fragmentation (timeouts).
# edns-buffer-size: <number>
# Number of bytes size to advertise as the EDNS reassembly buffer
# size. This is the value put into datagrams over UDP towards
# peers. The actual buffer size is determined by msg-buffer-size
# (both for TCP and UDP). Do not set higher than that value.
# Default is 4096 which is RFC recommended. If you have fragmen-
# tation reassembly problems, usually seen as timeouts, then a
# value of 1480 can fix it. Setting to 512 bypasses even the most
# stringent path MTU problems, but is seen as extreme, since the
# amount of TCP fallback generated is excessive (probably also for
# this resolver, consider tuning the outgoing tcp number).
# edns-buffer-size: 4096
edns-buffer-size: 4096
# buffer size for handling DNS data. No messages larger than this
# size can be sent or received, by UDP or TCP. In bytes.
# msg-buffer-size: <number>
# Number of bytes size of the message buffers. Default is 65552
# bytes, enough for 64 Kb packets, the maximum DNS message size.
# No message larger than this can be sent or received. Can be
# reduced to use less memory, but some requests for DNS data, such
# as for huge resource records, will result in a SERVFAIL reply to
# the client.
# msg-buffer-size: 65552
msg-buffer-size: 65552
# the amount of memory to use for the message cache.
# plain value in bytes or you can append k, m or G. default is "4Mb".
# msg-cache-size: <number>
# Number of bytes size of the message cache. Default is 4
# megabytes. A plain number is in bytes, append 'k', 'm' or 'g'
# for kilobytes, megabytes or gigabytes (1024*1024 bytes in a
# megabyte).
# Increase the memory size of the cache. Use roughly twice as much
# rrset cache memory as you use msg cache memory. For example,
# rrset-cache-size: 100m and msg-cache-size: 50m. Due to malloc
# overhead, the total memory usage is likely to rise to double
# (or 2.5x) the total cache memory that is entered into the config.
# msg-cache-size: 4m
msg-cache-size: 24m
# the number of slabs to use for the message cache.
# the number of slabs must be a power of 2.
# more slabs reduce lock contention, but fragment memory usage.
# msg-cache-slabs: <number>
# Number of slabs in the message cache. Slabs reduce lock con-
# tention by threads. Must be set to a power of 2. Setting
# (close) to the number of cpus is a reasonable guess.
# Should be a power of 2 times the number of num-threads set above.
# msg-cache-slabs: 4
msg-cache-slabs: 2
# the number of queries that a thread gets to service.
# num-queries-per-thread: <number>
# The number of queries that every thread will service simultane-
# ously. If more queries arrive that need servicing, and no
# queries can be jostled out (see jostle-timeout), then the
# queries are dropped. This forces the client to resend after a
# timeout; allowing the server time to work on the existing
# queries. Default depends on compile options, 512 or 1024.
# The 'num-queries-per-thread' is best set at half the number of the
# outgoing-range, but you would like a whole lot to be able to soak
# up a spike in queries.
# num-queries-per-thread: 1024
num-queries-per-thread: 225
# if very busy, 50% queries run to completion, 50% get timeout in msec
# jostle-timeout: <msec>
# Timeout used when the server is very busy. Set to a value that
# usually results in one roundtrip to the authority servers. If
# too many queries arrive, then 50% of the queries are allowed to
# run to completion, and the other 50% are replaced with the new
# incoming query if they have already spent more than their
# allowed time. This protects against denial of service by slow
# queries or high query rates. Default 200 milliseconds.
# The effect is that the qps for long-lasting queries is about
# (numqueriesperthread / 2) / (average time for such long queries)
# qps. The qps for short queries can be about (numqueries-
# perthread / 2) / (jostletimeout in whole seconds) qps per
# thread, about (1024/2)*5 = 2560 qps by default.
# jostle-timeout: 200
jostle-timeout: 200
# the amount of memory to use for the RRset cache.
# plain value in bytes or you can append k, m or G. default is "4Mb".
# rrset-cache-size: <number>
# Number of bytes size of the RRset cache. Default is 4 megabytes.
# A plain number is in bytes, append 'k', 'm' or 'g' for kilo-
# bytes, megabytes or gigabytes (1024*1024 bytes in a megabyte).
# Increase the memory size of the cache. Use roughly twice as much
# rrset cache memory as you use msg cache memory. For example,
# rrset-cache-size: 100m and msg-cache-size: 50m. Due to malloc
# overhead, the total memory usage is likely to rise to double
# (or 2.5x) the total cache memory that is entered into the config.
# rrset-cache-size: 4m
rrset-cache-size: 48m
# the number of slabs to use for the RRset cache.
# the number of slabs must be a power of 2.
# more slabs reduce lock contention, but fragment memory usage.
# rrset-cache-slabs: <number>
# Number of slabs in the RRset cache. Slabs reduce lock contention
# by threads. Must be set to a power of 2.
# Should be a power of 2 times the number of num-threads set above,
# or same as msg-cache-slab.
# rrset-cache-slabs: 4
rrset-cache-slabs: 2
# the time to live (TTL) value lower bound, in seconds. Default 0.
# If more than an hour could easily give trouble due to stale data.
# cache-min-ttl: <seconds>
# Time to live minimum for RRsets and messages in the cache.
# Default is 0. If the the minimum kicks in, the data is cached
# for longer than the domain owner intended, and thus less queries
# are made to look up the data. Zero makes sure the data in the
# cache is as the domain owner intended, higher values, especially
# more than an hour or so, can lead to trouble as the data in the
# cache does not match up with the actual data any more.
# cache-min-ttl: 0
cache-min-ttl: 0
# the time to live (TTL) value cap for RRsets and messages in the
# cache. Items are not cached for longer. In seconds.
# cache-max-ttl: <seconds>
# Time to live maximum for RRsets and messages in the cache.
# Default is 86400 seconds (1 day). If the maximum kicks in,
# responses to clients still get decrementing TTLs based on the
# original (larger) values. When the internal TTL expires, the
# cache item has expired. Can be set lower to force the resolver
# to query for data often, and not trust (very large) TTL values.
# 14400 sec = 4 hours. 10800 sec = 3 Hours. 7200 sec = 2 Hours.
# 21600 sec = 6 Hours. 86400 sec = 24 Hours.
# cache-max-ttl: 86400
cache-max-ttl: 21600
# the time to live (TTL) value for cached roundtrip times, lameness and
# EDNS version information for hosts. In seconds.
# infra-host-ttl: <seconds>
# Time to live for entries in the host cache. The host cache con-
# tains roundtrip timing, lameness and EDNS support information.
# Default is 900.
# infra-host-ttl: 900
infra-host-ttl: 900
# the number of slabs to use for the Infrastructure cache.
# the number of slabs must be a power of 2.
# more slabs reduce lock contention, but fragment memory usage.
# infra-cache-slabs: <number>
# Number of slabs in the infrastructure cache. Slabs reduce lock
# contention by threads. Must be set to a power of 2.
# Should be a power of 2 times the number of num-threads set above,
# or same as msg-cache-slab.
# infra-cache-slabs: 4
infra-cache-slabs: 2
# the maximum number of hosts that are cached (roundtrip, EDNS, lame).
# infra-cache-numhosts: <number>
# Number of hosts for which information is cached. Default is
# 10000.
# infra-cache-numhosts: 10000
infra-cache-numhosts: 10000
# Enable IPv4, "yes" or "no".
# do-ip4: <yes or no>
# Enable or disable whether ip4 queries are answered or issued.
# Default is yes.
# do-ip4: yes
do-ip4: "yes"
# Enable IPv6, "yes" or "no".
# do-ip6: <yes or no>
# Enable or disable whether ip6 queries are answered or issued.
# Default is yes. If disabled, queries are not answered on IPv6,
# and queries are not sent on IPv6 to the internet nameservers.
# do-ip6: yes
do-ip6: "yes"
# Enable UDP, "yes" or "no".
# do-udp: <yes or no>
# Enable or disable whether UDP queries are answered or issued.
# Default is yes.
# do-udp: yes
do-udp: "yes"
# Enable TCP, "yes" or "no".
# do-tcp: <yes or no>
# Enable or disable whether TCP queries are answered or issued.
# Default is yes.
# do-tcp: yes
do-tcp: "yes"
# upstream connections use TCP only (and no UDP), "yes" or "no"
# useful for tunneling scenarios, default no.
# tcp-upstream: <yes or no>
# Enable or disable whether the upstream queries use TCP only for
# transport. Default is no. Useful in tunneling scenarios.
# tcp-upstream: no
tcp-upstream: "no"
# Detach from the terminal, run in background, "yes" or "no".
# do-daemonize: <yes or no>
# Enable or disable whether the unbound server forks into the
# background as a daemon. Default is yes.
# do-daemonize: yes
do-daemonize: "yes"
# control which clients are allowed to make (recursive) queries
# to this server. Specify classless netblocks with /size and action.
# By default everything is refused, except for localhost.
# Choose deny (drop message), refuse (polite error reply),
# allow (recursive ok), allow_snoop (recursive and nonrecursive ok)
# access-control: <IP netblock> <action>
# The netblock is given as an IP4 or IP6 address with /size
# appended for a classless network block. The action can be 'deny',
# 'refuse', 'allow' or 'allow_snoop'.
# The action deny stops queries from hosts from that netblock.
# The action refuse stops queries too, but sends a DNS rcode
# REFUSED error message back.
# The action allow gives access to clients from that netblock. It
# gives only access for recursion clients (which is what almost
# all clients need). Nonrecursive queries are refused.
# The allow action does allow nonrecursive queries to access the
# local-data that is configured. The reason is that this does not
# involve the unbound server recursive lookup algorithm, and
# static data is served in the reply. This supports normal opera-
# tions where nonrecursive queries are made for the authoritative
# data. For nonrecursive queries any replies from the dynamic
# cache are refused.
# The action allow_snoop gives nonrecursive access too. This give
# both recursive and non recursive access. The name allow_snoop
# refers to cache snooping, a technique to use nonrecursive
# queries to examine the cache contents (for malicious acts).
# However, nonrecursive queries can also be a valuable debugging
# tool (when you want to examine the cache contents). In that case
# use allow_snoop for your administration host.
# By default only localhost is allowed, the rest is refused. The
# default is refused, because that is protocol-friendly. The DNS
# protocol is not designed to handle dropped packets due to pol-
# icy, and dropping may result in (possibly excessive) retried
# queries.
# access-control: 0.0.0.0/0 refuse
# access-control: 127.0.0.0/8 allow
# access-control: ::0/0 refuse
# access-control: ::1 allow
# access-control: ::ffff:127.0.0.1 allow
access-control: 0.0.0.0/0 refuse
access-control: ::0/0 refuse
access-control: 127.0.0.0/8 allow
# If you are using dynamic/changing IP address on your Network Adapter
# then disable below line
access-control: 192.168.0.10/24 allow
access-control: ::1 allow
# if given, a chroot(2) is done to the given directory.
# i.e. you can chroot to the working directory, for example,
# for extra security, but make sure all files are in that directory.
#
# If chroot is enabled, you should pass the configfile (from the
# commandline) as a full path from the original root. After the
# chroot has been performed the now defunct portion of the config
# file path is removed to be able to reread the config after a reload.
#
# All other file paths (working dir, logfile, roothints, and
# key files) can be specified in several ways:
# o as an absolute path relative to the new root.
# o as a relative path to the working directory.
# o as an absolute path relative to the original root.
# In the last case the path is adjusted to remove the unused portion.
#
# The pid file can be absolute and outside of the chroot, it is
# written just prior to performing the chroot and dropping permissions.
#
# Additionally, unbound may need to access /dev/random (for entropy).
# How to do this is specific to your OS.
#
# If you give "" no chroot is performed. The path must not end in a /.
# chroot: ""
# if given, user privileges are dropped (after binding port),
# and the given username is assumed. Default is user "unbound".
# If you give "" no privileges are dropped.
# username: "unbound"
# the working directory. The relative files in this config are
# relative to this directory. If you give "" the working directory
# is not changed.
# directory: ""
# the log file, "" means log to stderr.
# Use of this option sets use-syslog to "no".
# logfile: <filename>
# If "" is given, logging goes to stderr, or nowhere once daemo-
# nized. The logfile is appended to, in the following format:
# [seconds since 1970] unbound[pid:tid]: type: message.
# If this option is given, the use-syslog is option is set to
# "no". The logfile is reopened (for append) when the config file
# is reread, on SIGHUP.
# logfile: ""
logfile: "C:\Program Files\Unbound\unbound.log"
# Log to syslog(3) if yes. The log facility LOG_DAEMON is used to
# log to, with identity "unbound". If yes, it overrides the logfile.
# use-syslog: <yes or no>
# Sets unbound to send log messages to the syslogd, using sys-
# log(3). The log facility LOG_DAEMON is used, with identity
# "unbound". The logfile setting is overridden when use-syslog is
# turned on. The default is to log to syslog.
# use-syslog: yes
use-syslog: "no"
# print UTC timestamp in ascii to logfile, default is epoch in seconds.
# use-syslog: <yes or no>
# Sets unbound to send log messages to the syslogd, using sys-
# log(3). The log facility LOG_DAEMON is used, with identity
# "unbound". The logfile setting is overridden when use-syslog is
# turned on. The default is to log to syslog.
# log-time-ascii: no
log-time-ascii: "yes"
# print one line with time, IP, name, type, class for every query.
# log-queries: <yes or no>
# Prints one line per query to the log, with the log timestamp and
# IP address, name, type and class. Default is no. Note that it
# takes time to print these lines which makes the server (signifi-
# cantly) slower. Odd (nonprintable) characters in names are
# printed as '?'.
# log-queries: no
log-queries: "no"
# the pid file. Can be an absolute path outside of chroot/work dir.
# pidfile: <filename>
# The process id is written to the file. Default is
# "/usr/local/etc/unbound/unbound.pid". So,
# kill -HUP `cat /usr/local/etc/unbound/unbound.pid`
# triggers a reload,
# kill -QUIT `cat /usr/local/etc/unbound/unbound.pid`
# gracefully terminates.
# pidfile: ""
# file to read root hints from.
# get one from ftp://ftp.internic.net/domain/named.cache
# root-hints: <filename>
# Read the root hints from this file. Default is nothing, using
# builtin hints for the IN class. The file has the format of zone
# files, with root nameserver names and addresses only. The
# default may become outdated, when servers change, therefore it
# is good practice to use a root-hints file.
# root-hints: ""
root-hints: "C:\Program Files\Unbound\named.cache"
# enable to not answer id.server and hostname.bind queries.
# hide-identity: no
hide-identity: "yes"
# enable to not answer version.server and version.bind queries.
# hide-version: <yes or no>
# If enabled version.server and version.bind queries are refused.
# hide-version: no
hide-version: "yes"
# the identity to report. Leave "" or default to return hostname.
# identity: <string>
# Set the identity to report. If set to "", the default, then the
# hostname of the server is returned.
# identity: ""
identity: "DNS"
# the version to report. Leave "" or default to return package version.
# version: <string>
# Set the version to report. If set to "", the default, then the
# package version is returned.
# version: ""
version: "1.0.0"
# the target fetch policy.
# series of integers describing the policy per dependency depth.
# The number of values in the list determines the maximum dependency
# depth the recursor will pursue before giving up. Each integer means:
# -1 : fetch all targets opportunistically,
# 0: fetch on demand,
# positive value: fetch that many targets opportunistically.
# Enclose the list of numbers between quotes ("").
# target-fetch-policy: <"list of numbers">
# Set the target fetch policy used by unbound to determine if it
# should fetch nameserver target addresses opportunistically. The
# policy is described per dependency depth.
# The number of values determines the maximum dependency depth
# that unbound will pursue in answering a query. A value of -1
# means to fetch all targets opportunistically for that dependency
# depth. A value of 0 means to fetch on demand only. A positive
# value fetches that many targets opportunistically.
# Enclose the list between quotes ("") and put spaces between num-
# bers. The default is "3 2 1 0 0". Setting all zeroes, "0 0 0 0
# 0" gives behaviour closer to that of BIND 9, while setting "-1
# -1 -1 -1 -1" gives behaviour rumoured to be closer to that of
# BIND 8.
# target-fetch-policy: "3 2 1 0 0"
# target-fetch-policy: "2 1 0 0 0 0"
target-fetch-policy: "3 2 1 1 0 0"
# Harden against very small EDNS buffer sizes.
# harden-short-bufsize: <yes or no>
# Very small EDNS buffer sizes from queries are ignored. Default
# is off/'no', since it is legal protocol wise to send these,
# and unbound tries to give very small answers to these queries,
# where possible.
# harden-short-bufsize: no
harden-short-bufsize: "no"
# Harden against unseemly large queries.
# harden-large-queries: <yes or no>
# Very large queries are ignored. Default is off/'no', since it
# is legal protocol wise to send these, and could be necessary for
# operation if TSIG or EDNS payload is very large.
# harden-large-queries: no
harden-large-queries: "no"
# Harden against out of zone rrsets, to avoid spoofing attempts.
# harden-glue: <yes or no>
# Will trust glue only if it is within the servers authority.
# Default is on/'yes'.
# harden-glue: yes
harden-glue: "yes"
# Harden against receiving dnssec-stripped data. If you turn it
# off/'no', failing to validate dnskey data for a trustanchor will
# trigger insecure mode for that zone (like without a trustanchor).
# Default on, which insists on dnssec data for trust-anchored zones.
# harden-dnssec-stripped: <yes or no>
# Require DNSSEC data for trust-anchored zones, if such data is
# absent, the zone becomes bogus. If turned off, and no DNSSEC
# data is received (or the DNSKEY data fails to validate), then
# the zone is made insecure, this behaves like there is no trust
# anchor. You could turn this off if you are sometimes behind an
# intrusive firewall (of some sort) that removes DNSSEC data from
# packets, or a zone changes from signed to unsigned to badly
# signed often. If turned off you run the risk of a downgrade
# attack that disables security for a zone. Default is on/yes.
# harden-dnssec-stripped: yes
harden-dnssec-stripped: "yes"
# Harden against queries that fall under dnssec-signed nxdomain names.
# harden-below-nxdomain: <yes or no>
# From draft-vixie-dnsext-resimprove, returns nxdomain to queries
# for a name below another name that is already known to be nxdo-
# main. DNSSEC mandates noerror for empty nonterminals, hence
# this is possible. Very old software might return nxdomain for
# empty nonterminals (that usually happen for reverse IP address
# lookups), and thus may be incompatible with this. To try to
# avoid this only DNSSEC-secure nxdomains are used, because the
# old software does not have DNSSEC. Default is off/'no'.
# harden-below-nxdomain: no
harden-below-nxdomain: "no"
# Harden the referral path by performing additional queries for
# infrastructure data. Validates the replies (if possible).
# Default off, because the lookups burden the server. Experimental
# implementation of draft-wijngaards-dnsext-resolver-side-mitigation.
# harden-referral-path: <yes or no>
# Harden the referral path by performing additional queries for
# infrastructure data. Validates the replies if trust anchors are
# configured and the zones are signed. This enforces DNSSEC vali-
# dation on nameserver NS sets and the nameserver addresses that
# are encountered on the referral path to the answer. Default
# off, because it burdens the authority servers, and it is not RFC
# standard, and could lead to performance problems because of the
# extra query load that is generated. Experimental option. If
# you enable it consider adding more numbers after the tar-
# get-fetch-policy to increase the max depth that is checked to.
# harden-referral-path: no
harden-referral-path: "no"
# Use 0x20-encoded random bits in the query to foil spoof attempts.
# This feature is an experimental implementation of draft dns-0x20.
# use-caps-for-id: <yes or no>
# Use 0x20-encoded random bits in the query to foil spoof
# attempts. This perturbs the lowercase and uppercase of query
# names sent to authority servers and checks if the reply still
# has the correct casing. Disabled('no') by default. This feature
# is an experimental implementation of draft dns-0x20.
# use-caps-for-id: no
use-caps-for-id: "no"
# private-address: <IP address or subnet>
# Enforce privacy of these addresses. Strips them away from answers.
# It may cause DNSSEC validation to additionally mark it as bogus.
# Protects against 'DNS Rebinding' (uses browser as network proxy).
# Only 'private-domain' and 'local-data' names are allowed to have
# these private addresses. No default.
#
# Give IPv4 of IPv6 addresses or classless subnets. These are
# addresses on your private network, and are not allowed to be
# returned for public internet names. Any occurence of such
# addresses are removed from DNS answers. Additionally, the DNSSEC
# validator may mark the answers bogus. This protects against
# so-called DNS Rebinding, where a user browser is turned into a
# network proxy, allowing remote access through the browser to
# other parts of your private network. Some names can be allowed
# to contain your private addresses, by default all the local-data
# that you configured is allowed to, and you can specify addi-
# tional names using private-domain. No private addresses are
# enabled by default. We consider to enable this for the RFC1918
# private IP address space by default in later releases. That
# would enable private addresses for 10.0.0.0/8 172.16.0.0/12
# 192.168.0.0/16 169.254.0.0/16 fd00::/8 and fe80::/10, since the
# RFC standards say these addresses should not be visible on the
# public internet. Turning on 127.0.0.0/8 would hinder many spam-
# blocklists as they use that.
# private-address: 10.0.0.0/8
# private-address: 172.16.0.0/12
# private-address: 192.168.0.0/16
# private-address: 169.254.0.0/16
# private-address: fd00::/8
# private-address: fe80::/10
# Allow the domain (and its subdomains) to contain private addresses.
# local-data statements are allowed to contain private addresses too.
# private-domain: <domain name>
# Allow this domain, and all its subdomains to contain private
# addresses. Give multiple times to allow multiple domain names
# to contain private addresses. Default is none.
# private-domain: "example.com"
# If nonzero, unwanted replies are not only reported in statistics,
# but also a running total is kept per thread. If it reaches the
# threshold, a warning is printed and a defensive action is taken,
# the cache is cleared to flush potential poison out of it.
# A suggested value is 10000000, the default is 0 (turned off).
# unwanted-reply-threshold: <number>
# If set, a total number of unwanted replies is kept track of in
# every thread. When it reaches the threshold, a defensive action
# is taken and a warning is printed to the log. The defensive
# action is to clear the rrset and message caches, hopefully
# flushing away any poison. A value of 10 million is suggested.
# Default is 0 (turned off).
# unwanted-reply-threshold: 0
unwanted-reply-threshold: 8000
# Do not query the following addresses. No DNS queries are sent there.
# List one address per entry. List classless netblocks with /size,
# do-not-query-address: <IP address>
# Do not query the given IP address. Can be IP4 or IP6. Append
# /num to indicate a classless delegation netblock, for example
# like 10.2.3.4/24 or 2001::11/64.
# do-not-query-address: 127.0.0.1/8
# do-not-query-address: ::1
# if yes, the above default do-not-query-address entries are present.
# if no, localhost can be queried (for testing and debugging).
# do-not-query-localhost: <yes or no>
# If yes, localhost is added to the do-not-query-address entries,
# both IP6 ::1 and IP4 127.0.0.1/8. If no, then localhost can be
# used to send queries to. Default is yes.
# do-not-query-localhost: yes
# if yes, perform prefetching of almost expired message cache entries.
# prefetch: <yes or no>
# If yes, message cache elements are prefetched before they expire
# to keep the cache up to date. Default is no. Turning it on
# gives about 10 percent more traffic and load on the machine, but
# popular items do not expire from the cache.
# prefetch: no
prefetch: "no"
# if yes, perform key lookups adjacent to normal lookups.
# prefetch-key: <yes or no>
# If yes, fetch the DNSKEYs earlier in the validation process,
# when a DS record is encountered. This lowers the latency of
# requests. It does use a little more CPU. Also if the cache is
# set to 0, it is no use. Default is no.
# prefetch-key: no
prefetch-key: "no"
# if yes, Unbound rotates RRSet order in response.
# rrset-roundrobin: <yes or no>
# If yes, Unbound rotates RRSet order in response (the random num-
# ber is taken from the query ID, for speed and thread safety).
# Default is no.
# rrset-roundrobin: no
rrset-roundrobin: "yes"
# if yes, Unbound doesn't insert authority/additional sections
# into response messages when those sections are not required.
# minimal-responses: <yes or no>
# If yes, Unbound doesn't insert authority/additional sections
# into response messages when those sections are not required.
# This reduces response size significantly, and may avoid TCP
# fallback for some responses. This may cause a slight speedup.
# The default is no, because the DNS protocol RFCs mandate these
# sections, and the additional content could be of use and save
# roundtrips for clients.
# minimal-responses: no
minimal-responses: "no"
# module configuration of the server. A string with identifiers
# separated by spaces. "iterator" or "validator iterator"
# module-config: <"module names">
# Module configuration, a list of module names separated by spa-
# ces, surround the string with quotes (""). The modules can be
# validator, iterator. Setting this to "iterator" will result in
# a non-validating server. Setting this to "validator iterator"
# will turn on DNSSEC validation. The ordering of the modules is
# important. You must also set trust-anchors for validation to be
# useful.
# module-config: "validator iterator"
module-config: "validator iterator"
#module-config: "iterator"
# File with trusted keys, kept uptodate using RFC5011 probes,
# initial file like trust-anchor-file, then it stores metadata.
# Use several entries, one per domain name, to track multiple zones.
#
# If you want to perform DNSSEC validation, run unbound-anchor before
# you start unbound (i.e. in the system boot scripts). And enable:
# Please note usage of unbound-anchor root anchor is at your own risk
# and under the terms of our LICENSE (see that file in the source).
# auto-trust-anchor-file: <filename>
# File with trust anchor for one zone, which is tracked with
# RFC5011 probes. The probes are several times per month, thus
# the machine must be online frequently. The initial file can be
# one with contents as described in trust-anchor-file. The file
# is written to when the anchor is updated, so the unbound user
# must have write permission.
# auto-trust-anchor-file: "C:\Program Files\Unbound\root.key"
auto-trust-anchor-file: "C:\Program Files\Unbound\root.key"
# File with DLV trusted keys. Same format as trust-anchor-file.
# There can be only one DLV configured, it is trusted from root down.
# Download http://ftp.isc.org/www/dlv/dlv.isc.org.key
# dlv-anchor-file: <filename>
# File with trusted keys for DLV (DNSSEC Lookaside Validation).
# Both DS and DNSKEY entries can be used in the file, in the same
# format as for trust-anchor-file: statements. Only one DLV can be
# configured, more would be slow. The DLV configured is used as a
# root trusted DLV, this means that it is a lookaside for the
# root. Default is "", or no dlv anchor file.
# dlv-anchor-file: "dlv.isc.org.key"
dlv-anchor-file: "C:\Program Files\Unbound\dlv.isc.org.key"
# dlv-anchor: <"Resource Record">
# Much like trust-anchor, this is a DLV anchor with the DS or
# DNSKEY inline.
# File with trusted keys for validation. Specify more than one file
# with several entries, one file per entry.
# Zone file format, with DS and DNSKEY entries.
# Note this gets out of date, use auto-trust-anchor-file please.
# trust-anchor-file: <filename>
# File with trusted keys for validation. Both DS and DNSKEY
# entries can appear in the file. The format of the file is the
# standard DNS Zone file format. Default is "", or no trust
# anchor file.
# trust-anchor-file: ""
# Trusted key for validation. DS or DNSKEY. specify the RR on a
# single line, surrounded by "". TTL is ignored. class is IN default.
# Note this gets out of date, use auto-trust-anchor-file please.
# (These examples are from August 2007 and may not be valid anymore).
# trust-anchor: <"Resource Record">
# A DS or DNSKEY RR for a key to use for validation. Multiple
# entries can be given to specify multiple trusted keys, in addi-
# tion to the trust-anchor-files. The resource record is entered
# in the same format as 'dig' or 'drill' prints them, the same
# format as in the zone file. Has to be on a single line, with ""
# around it. A TTL can be specified for ease of cut and paste, but
# is ignored. A class can be specified, but class IN is default.
# trust-anchor: "nlnetlabs.nl. DNSKEY 257 3 5 AQPzzTWMz8qSWIQlfRnPckx2BiVmkVN6LPupO3mbz7FhLSnm26n6iG9N Lby97Ji453aWZY3M5/xJBSOS2vWtco2t8C0+xeO1bc/d6ZTy32DHchpW 6rDH1vp86Ll+ha0tmwyy9QP7y2bVw5zSbFCrefk8qCUBgfHm9bHzMG1U BYtEIQ=="
# trust-anchor: "jelte.nlnetlabs.nl. DS 42860 5 1 14D739EB566D2B1A5E216A0BA4D17FA9B038BE4A"
# File with trusted keys for validation. Specify more than one file
# with several entries, one file per entry. Like trust-anchor-file
# but has a different file format. Format is BIND-9 style format,
# the trusted-keys { name flag proto algo "key"; }; clauses are read.
# you need external update procedures to track changes in keys.
# trusted-keys-file: <filename>
# File with trusted keys for validation. Specify more than one
# file with several entries, one file per entry. Like
# trust-anchor-file but has a different file format. Format is
# BIND-9 style format, the trusted-keys { name flag proto algo
# "key"; }; clauses are read. It is possible to use wildcards
# with this statement, the wildcard is expanded on start and on
# reload.
# trusted-keys-file: ""
# [UNSIGNED TLD OR ROOT]
# Ignore chain of trust. Domain is treated as insecure.
# domain-insecure: <domain name>
# Sets domain name to be insecure, DNSSEC chain of trust is
# ignored towards the domain name. So a trust anchor above the
# domain name can not make the domain secure with a DS record,
# such a DS record is then ignored. Also keys from DLV are
# ignored for the domain. Can be given multiple times to specify
# multiple domains that are treated as if unsigned. If you set
# trust anchors for the domain they override this setting (and the
# domain is secured).
# This can be useful if you want to make sure a trust anchor for
# external lookups does not affect an (unsigned) internal domain.
# A DS record externally can create validation failures for that
# internal domain.
# domain-insecure: "example.com"
# Below TLDs are from other alternative dns root service procider,
# which are not yet signed with DNSSEC related (DS/RRSIG/NSEC etc)
# DNS records.
# When service provider will add DNSSEC records, then remove that
# TLD from below list or add '#' sign in the beginning of that line,
# to disable 'insecure' mode/function for that TLD, and,
# Download that TLD's public key file TLD.key inside 'Unbound'
# folder and goto [SIGNED TLD] section to see further instruction.
# All sub-domains under a "domain-insecure" TLD will be automatically
# treated as insecure/unsigned, unless you specify a signed sub-domain
# in [SIGNED TLD] section.
# TLD '42.' (not signed):
domain-insecure: "42"
# dot bit Namecoin TLD '.bit' (not signed):
domain-insecure: "bit"
# Below are CesidianRoot TLDs (not signed):
domain-insecure: "2sc"
domain-insecure: "5wc"
domain-insecure: "aemail"
domain-insecure: "africa"
domain-insecure: "amomu"
domain-insecure: "amore"
domain-insecure: "ant"
domain-insecure: "aq"
#domain-insecure: "arpa" # Exist in IANA, CesidianRoot
domain-insecure: "atla"
domain-insecure: "atoll"
domain-insecure: "bank"
domain-insecure: "baron"
domain-insecure: "bct"
domain-insecure: "beasley"
domain-insecure: "blah"
domain-insecure: "boho"
domain-insecure: "bu"
domain-insecure: "bucksfan"
domain-insecure: "bucrafan"
domain-insecure: "c4"
domain-insecure: "cesidio"
domain-insecure: "christ"
domain-insecure: "core"
domain-insecure: "crt"
domain-insecure: "ct"
domain-insecure: "cuseeme"
domain-insecure: "cw"
domain-insecure: "devel"
domain-insecure: "develop"
domain-insecure: "df"
domain-insecure: "dnscloset"
domain-insecure: "eurolinc"
#domain-insecure: "free" # Exist in CesidianRoot, OpenNIC
domain-insecure: "hack"
domain-insecure: "hosted"
domain-insecure: "hrp"
domain-insecure: "ili"
domain-insecure: "island"
domain-insecure: "islands"
domain-insecure: "ispsp"
domain-insecure: "ita"
domain-insecure: "italiana"
domain-insecure: "italiano"
domain-insecure: "lad"
domain-insecure: "linna"
domain-insecure: "malta"
domain-insecure: "midnightconsulting"
domain-insecure: "mosimos"
domain-insecure: "nations"
domain-insecure: "nsk"
domain-insecure: "oca"
domain-insecure: "pd"
domain-insecure: "pic"
domain-insecure: "pirates"
domain-insecure: "pj"
domain-insecure: "pnu"
domain-insecure: "pp"
domain-insecure: "reef"
domain-insecure: "reu"
domain-insecure: "root"
domain-insecure: "roti"
domain-insecure: "savoia"
domain-insecure: "science" # Exist in UnifiedRoot, CesidianRoot
domain-insecure: "sea"
domain-insecure: "sel"
domain-insecure: "smith"
domain-insecure: "sos"
domain-insecure: "sq"
domain-insecure: "src"
domain-insecure: "state"
domain-insecure: "stc"
domain-insecure: "stevequayle"
domain-insecure: "tabarnak"
domain-insecure: "tallini"
domain-insecure: "tdj"
domain-insecure: "tf"
domain-insecure: "tlds"
domain-insecure: "ttf"
domain-insecure: "tx"
domain-insecure: "ucann2"
domain-insecure: "ucs"
domain-insecure: "um"
domain-insecure: "ummoa"
domain-insecure: "university"
domain-insecure: "vl"
domain-insecure: "wa"
domain-insecure: "wacht"
domain-insecure: "wild"
domain-insecure: "zones"
domain-insecure: "xn--90ae"
domain-insecure: "xn--borbn-3ta"
domain-insecure: "xn--mail-uoa"
# end of CesidianRoot
# dn42 : TLD 'dn42' (Not Signed Yet)
domain-insecure: "dn42"
# IANA/ICANN IDN TLDs: included in IANA. Not Signed yet:
# Which includes "no dk" or "no-dk" are not signed yet.
# name: "xn--0zwm56d" # "测试" # on IANA
# name: "xn--11b5bs3a9aj6g" # "परीक्षा" # on IANA
# name: "xn--3e0b707e" # "한국" # on IANA
domain-insecure: "xn--45brj9c" # "ভারত" # on IANA no-dk
# name: "xn--80akhbyknj4f" # "испытание" # on IANA
domain-insecure: "xn--80ao21a" # "қаз" # on IANA no-dk
domain-insecure: "xn--90a3ac" # "срб" # on IANA no-dk
# name: "xn--9t4b11yi5a" # "테스트" # on IANA
domain-insecure: "xn--clchc0ea0b2g2a9gcd" # "சிங்கப்பூர்" # on IANA no-dk
# name: "xn--deba0ad" # "טעסט" R-to-L # on IANA
domain-insecure: "xn--fiqs8s" # "中国" # China MII # i-DNS.net # on IANA no-dk
domain-insecure: "xn--fiqz9s" # "中國" # on IANA no-dk
domain-insecure: "xn--fpcrj9c3d" # "భారత్" # on IANA no-dk
# name: "xn--fzc2c9e2c" # "ලංකා" # on IANA
# name: "xn--g6w251d" # "測試" # on IANA
domain-insecure: "xn--gecrj9c" # "ભારત" on IANA no-dk
domain-insecure: "xn--h2brj9c" # "भारत" on IANA no-dk
# name: "xn--hgbk6aj7f53bba" # "آزمایشی" R-to-L on IANA
# name: "xn--hlcj6aya9esc7a" # "பரிட்சை" on IANA
domain-insecure: "xn--j6w193g" # "香港" on IANA no-dk
# name: "xn--jxalpdlp" # "δοκιμή" = ".ΔΟΚΙΜΉ" on IANA
# name: "xn--kgbechtv" # "إختبار" R-to-L on IANA
# name: "xn--kprw13d" # "台湾" on IANA
# name: "xn--kpry57d" # "台灣" on IANA
domain-insecure: "xn--lgbbat1ad8j" # "الجزائر" R-to-L on IANA no-dk
domain-insecure: "xn--mgbaam7a8h" # "امارات" R-to-L on IANA no-dk
domain-insecure: "xn--mgbayh7gpa" # "الاردن" R-to-L on IANA no-dk
domain-insecure: "xn--mgbbh1a71e" # "بھارت" R-to-L on IANA no-dk
domain-insecure: "xn--mgbc0a9azcg" # "المغرب" R-to-L on IANA no-dk
domain-insecure: "xn--mgberp4a5d4ar" # ;السعودية. R-to-L no-dk
domain-insecure: "xn--o3cw4h" # "ไทย" on IANA no-dk
domain-insecure: "xn--ogbpf8fl" # "سورية" no-dk
domain-insecure: "xn--p1ai" # "рф" on IANA no-dk
domain-insecure: "xn--pgbs0dh" # "تونس" on IANA no-dk
domain-insecure: "xn--s9brj9c" # "ਭਾਰਤ" no-dk
domain-insecure: "xn--wgbh1c" # "مصر" R-to-L on IANA no-dk
domain-insecure: "xn--wgbl6a" # "قطر" R-to-L on IANA no-dk
# name: "xn--xkc2al3hye2a" # "இலங்கை" on IANA
domain-insecure: "xn--xkc2dl3a5ee0h" # "இந்தியா" on IANA no-dk
domain-insecure: "xn--yfro4i67o" # "新加坡" on IANA no-dk
domain-insecure: "xn--ygbi2ammx" # "فلسطين" R-to-L no-dk
# name: "xn--zckzah" # "テスト" on IANA
domain-insecure: "xn--mgb9awbf" # ".عمان" on IANA no-dk
# end of IANA/ICANN
# i-DNS.net TLDs (not signed):
domain-insecure: "xn--3rc8e2bb9h" # (Kannada .ಸಂಸ್ಧ or .org)
domain-insecure: "xn--81b8b9a9c" # (Hindi .जाल् or .net)
domain-insecure: "xn--c1avg" # (Russian .орг or .org)
domain-insecure: "xn--e1apq" # (Russian .нет or .net)
domain-insecure: "xn--e1ay" # (Bulgarian .ес)
domain-insecure: "xn--g2b9a1a" # (Hindi .वाण or .com)
domain-insecure: "xn--h1akdx" # (Bulgarian .инфо or .info)
domain-insecure: "xn--i1b6b7e" # (Hindi .संग or .org)
domain-insecure: "xn--j1aef" # (Russian .ком or .com)
domain-insecure: "xn--p1ag" # (Russian .ру or .ru)
domain-insecure: "xn--qlc9a5a" # (Tamil .வணி or .com)
domain-insecure: "xn--u1aaa" # (Bulgarian .ххх)
domain-insecure: "xn--usc8b9a" # (Kannada .ಜಾಲ or .net)
domain-insecure: "xn--uscn1bv9bh3h" # (Kannada .ವಾಣಿಜ್ಯ or .com)
domain-insecure: "xn--vf4b131b" # (Korean .회사 or .com)
domain-insecure: "xn--zb0bnw" # (Korean .기관 or .org)
domain-insecure: "xn--zv4b74y" # (Korean .통신 or .net)
#domain-insecure: "網絡" # (big5)
#domain-insecure: "組織" # (big5)
#domain-insecure: "组织" # (gb)
#domain-insecure: "会社" # japanese
#domain-insecure: "ネット" # japanese
#domain-insecure: "ゲーム" # japanese
#domain-insecure: "ش" # arabic
#domain-insecure: "ك" # arabic
#domain-insecure: "م" # arabic
#domain-insecure: "קום" # hebrew
#domain-insecure: "נט" # hebrew
#domain-insecure: "ארג" # hebrew
#domain-insecure: "தமிழ்நாடு" # tamil
#domain-insecure: "தமிழ்" # tamil
#domain-insecure: "УКР" # ukrainian (ukrainian cyrillic), means "Ukrainian"
#domain-insecure: "БЛОГ" # ukrainian, means "Blog"
# end of i-DNS
# i-DNS (most likely) (not signed):
domain-insecure: "xn--55qw42g" # "公益" # i-DNS.net no-dk
domain-insecure: "xn--55qx5d" # "公司" # China MII # i-DNS.net ".gongsi" means "company" (big5) (gb) no-dk
domain-insecure: "xn--io0a7i" # "网络" # China MII # i-DNS.net ".wangluo" means "networking" (gb) no-dk
domain-insecure: "xn--zfr164b" # "政务" # i-DNS.net no-dk
# end of i-DNS (most likely)
# Name.Space TLDs (not signed):
# New-Nations.net TLDs (not signed):
domain-insecure: "uu"
domain-insecure: "ti"
domain-insecure: "ku"
domain-insecure: "rm"
domain-insecure: "te"
domain-insecure: "ko"
# OpenNICproject TLDs (not signed):
domain-insecure: "geek"
domain-insecure: "glue"
domain-insecure: "free" # Exist in CesidianRoot, OpenNIC
domain-insecure: "bbs"
domain-insecure: "parody"
domain-insecure: "oss"
domain-insecure: "indy"
domain-insecure: "fur"
domain-insecure: "ing"
domain-insecure: "micro"
domain-insecure: "dyn"
domain-insecure: "neo"
domain-insecure: "pirate"
domain-insecure: "gopher"
domain-insecure: "null"
domain-insecure: "oz"
# end of OpenNIC
# TLD 'OVH.' (not signed):
domain-insecure: "ovh"
# Telecomix TLDs (not signed):
domain-insecure: "tcx"
# Unifiedroot TLDs (not signed):
domain-insecure: "4less"
domain-insecure: "aangifte"
domain-insecure: "advice"
domain-insecure: "advies"
domain-insecure: "altus"
domain-insecure: "annefrank"
domain-insecure: "annexum"
domain-insecure: "arcelik"
domain-insecure: "architect"
domain-insecure: "arstil"
domain-insecure: "athletics"
domain-insecure: "audit"
domain-insecure: "aygaz"
domain-insecure: "aygazeurolpg"
domain-insecure: "xn--11but4bc0gl6cxbs" # "दिरेक्टोरी"
domain-insecure: "bailiff"
domain-insecure: "baseball"
domain-insecure: "basketball"
domain-insecure: "beko"
domain-insecure: "belasting"
domain-insecure: "belastingaangifte"
domain-insecure: "belastingadvies"
domain-insecure: "belastingbesparing"
domain-insecure: "beldeyama"
domain-insecure: "biletix"
domain-insecure: "bilyoner"
domain-insecure: "biri"
domain-insecure: "blog"
domain-insecure: "blomberg"
domain-insecure: "bolsa"
domain-insecure: "bos"
domain-insecure: "boy"
domain-insecure: "btw"
domain-insecure: "busbar"
domain-insecure: "calik"
domain-insecure: "camping"
domain-insecure: "campings"
domain-insecure: "cam"
domain-insecure: "cams"
domain-insecure: "casinoprincess"
domain-insecure: "chica"
domain-insecure: "chico"
domain-insecure: "coaching"
domain-insecure: "cofis"
domain-insecure: "consultancy"
domain-insecure: "counsel"
domain-insecure: "cricket"
domain-insecure: "cycling"
domain-insecure: "cyclisme"
domain-insecure: "date"
domain-insecure: "dating"
domain-insecure: "dehli"
domain-insecure: "demo"
domain-insecure: "diabetes"
domain-insecure: "xn--k2bnb8bybyb" # "मधुमेह"
domain-insecure: "doganholding"
domain-insecure: "dom"
domain-insecure: "douane"
domain-insecure: "e-trade"
domain-insecure: "eae"
domain-insecure: "eczacibasi"
domain-insecure: "egrecht"
domain-insecure: "eurolpg"
domain-insecure: "expat"
domain-insecure: "expatriate"
domain-insecure: "export"
domain-insecure: "financialservices"
domain-insecure: "fiscalist"
domain-insecure: "flowers"
domain-insecure: "football"
domain-insecure: "formdakal"
domain-insecure: "futbol"
domain-insecure: "futebol"
domain-insecure: "gaming"
domain-insecure: "gem"
domain-insecure: "goal"
domain-insecure: "goudengids"
domain-insecure: "gprs"
domain-insecure: "grundig"
domain-insecure: "haarlem"
domain-insecure: "hockey"
domain-insecure: "ifa"
domain-insecure: "incometax"
domain-insecure: "inkomstenbelasting"
domain-insecure: "internationaltax"
domain-insecure: "ipaddress"
domain-insecure: "ipbook"
domain-insecure: "keysmart"
domain-insecure: "koc"
domain-insecure: "kocfiatkredi"
domain-insecure: "kocnet"
domain-insecure: "kpmg"
domain-insecure: "kpmg-meijburg"
domain-insecure: "kpmgmeijburg"
domain-insecure: "language"
domain-insecure: "lawyers"
domain-insecure: "league"
domain-insecure: "lifestyle"
domain-insecure: "loonbelasting"
domain-insecure: "management"
domain-insecure: "meijburg"
domain-insecure: "mobcast"
domain-insecure: "mogaz"
domain-insecure: "movie"
domain-insecure: "muchacha"
domain-insecure: "muchacho"
domain-insecure: "mymundo"
domain-insecure: "music" # Exist in UnifiedRoot, Name.Space
domain-insecure: "nurol"
domain-insecure: "oltas"
domain-insecure: "otoaygaz"
domain-insecure: "otomotivlastikleri"
domain-insecure: "pax"
domain-insecure: "pfl"
domain-insecure: "photo"
domain-insecure: "pod"
domain-insecure: "podcast"
domain-insecure: "poker"
domain-insecure: "princesscasino"
domain-insecure: "princesshotel"
domain-insecure: "project"
domain-insecure: "racing"
domain-insecure: "redwine"
domain-insecure: "regalo"
domain-insecure: "reporting"
domain-insecure: "results"
domain-insecure: "ringtone"
domain-insecure: "ros"
domain-insecure: "rose"
domain-insecure: "rugby"
domain-insecure: "runet"
domain-insecure: "rus"
domain-insecure: "sailing"
domain-insecure: "schiphol"
#domain-insecure: "science" # Exist in UnifiedRoot, CesidioRoot
domain-insecure: "security"
domain-insecure: "sell"
domain-insecure: "sex"
domain-insecure: "slots"
domain-insecure: "soweto"
domain-insecure: "statistics"
domain-insecure: "sundial"
domain-insecure: "tax"
domain-insecure: "taxadvice"
domain-insecure: "taxation"
domain-insecure: "taxlawyer"
domain-insecure: "taxplanning"
domain-insecure: "taxreturn"
domain-insecure: "xn--tpra-0ra11d" # "tüpraş"
domain-insecure: "telefoongids"
domain-insecure: "television"
domain-insecure: "temsa"
domain-insecure: "tenerunacita"
domain-insecure: "tmf"
domain-insecure: "tmf-group"
domain-insecure: "tmfgroup"
domain-insecure: "tour"
domain-insecure: "trailer"
domain-insecure: "transferpricing"
domain-insecure: "tupras"
domain-insecure: "unifiedroot"
domain-insecure: "vangelis"
domain-insecure: "vankessel"
domain-insecure: "vat"
domain-insecure: "veiling"
domain-insecure: "video"
domain-insecure: "vliegtarieven"
domain-insecure: "vlog"
domain-insecure: "vodcast"
domain-insecure: "voip"
domain-insecure: "water"
domain-insecure: "webtv"
domain-insecure: "wine"
domain-insecure: "zeist"
#domain-insecure: "ह िंदुस्तान"
# end of Unifiedroot
server:
# Override the date for validation with a specific fixed date.
# Do not set this unless you are debugging signature inception
# and expiration. "" or "0" turns the feature off. -1 ignores date.
# val-override-date: <rrsig-style date spec>
# Default is "" or "0", which disables this debugging feature. If
# enabled by giving a RRSIG style date, that date is used for ver-
# ifying RRSIG inception and expiration dates, instead of the cur-
# rent date. Do not set this unless you are debugging signature
# inception and expiration. The value -1 ignores the date alto-
# gether, useful for some special applications.
# val-override-date: ""
# The time to live for bogus data, rrsets and messages. This avoids
# some of the revalidation, until the time interval expires. in secs.
# val-bogus-ttl: <number>
# The time to live for bogus data. This is data that has failed
# validation; due to invalid signatures or other checks. The TTL
# from that data cannot be trusted, and this value is used
# instead. The value is in seconds, default 60. The time interval
# prevents repeated revalidation of bogus data.
# val-bogus-ttl: 60
val-bogus-ttl: 60
# The signature inception and expiration dates are allowed to be off
# by 10% of the signature lifetime (expir-incep) from our local clock.
# This leeway is capped with a minimum and a maximum. In seconds.
# val-sig-skew-min: <seconds>
# Minimum number of seconds of clock skew to apply to validated
# signatures. A value of 10% of the signature lifetime (expira-
# tion - inception) is used, capped by this setting. Default is
# 3600 (1 hour) which allows for daylight savings differences.
# Lower this value for more strict checking of short lived signa-
# tures.
# val-sig-skew-min: 3600
# val-sig-skew-max: <seconds>
# Maximum number of seconds of clock skew to apply to validated
# signatures. A value of 10% of the signature lifetime (expira-
# tion - inception) is used, capped by this setting. Default is
# 86400 (24 hours) which allows for timezone setting problems in
# stable domains. Setting both min and max very low disables the
# clock skew allowances. Setting both min and max very high makes
# the validator check the signature timestamps less strictly.
# val-sig-skew-max: 86400
val-sig-skew-max: 86400
# Should additional section of secure message also be kept clean of
# unsecure data. Useful to shield the users of this validator from
# potential bogus data in the additional section. All unsigned data
# in the additional section is removed from secure messages.
# val-clean-additional: <yes or no>
# Instruct the validator to remove data from the additional sec-
# tion of secure messages that are not signed properly. Messages
# that are insecure, bogus, indeterminate or unchecked are not
# affected. Default is yes. Use this setting to protect the users
# that rely on this validator for authentication from protentially
# bad data in the additional section.
# val-clean-additional: yes
val-clean-additional: "yes"
# Turn permissive mode on/'yes' to permit bogus messages. Thus,
# messages for which security checks failed will be returned to
# clients, instead of SERVFAIL. It still performs the security
# checks, which result in interesting log files and possibly the
# 'AD' bit in replies if the message is found secure. The default is
# off/'no'.
# val-permissive-mode: <yes or no>
# Instruct the validator to mark bogus messages as indeterminate.
# The security checks are performed, but if the result is bogus
# (failed security), the reply is not withheld from the client
# with SERVFAIL as usual. The client receives the bogus data. For
# messages that are found to be secure the AD bit is set in
# replies. Also logging is performed as for full validation. The
# default value is "no".
# NOTE: When set to "yes"/on-mode, DNSSEC security will be disabled.
# val-permissive-mode: no
val-permissive-mode: "no"
# Ignore the 'CD' flag in incoming queries and refuse them bogus data.
# Enable it if the only clients of unbound are legacy servers (w2008)
# that set CD but cannot validate themselves.
# ignore-cd-flag: <yes or no>
# Instruct unbound to ignore the CD flag from clients and refuse
# to return bogus answers to them. Thus, the CD (Checking Dis-
# abled) flag does not disable checking any more. This is useful
# if legacy (w2008) servers that set the CD flag but cannot vali-
# date DNSSEC themselves are the clients, and then unbound pro-
# vides them with DNSSEC protection. The default value is "no".
# ignore-cd-flag: no
ignore-cd-flag: "no"
# Have the validator log failed validations for your diagnosis.
# 0: off. 1: A line per failed user query. 2: With reason and bad IP.
# val-log-level: <number>
# Have the validator print validation failures to the log.
# Regardless of the verbosity setting. Default is 0, off. At 1,
# for every user query that fails a line is printed to the logs.
# This way you can monitor what happens with validation. Use a
# diagnosis tool, such as dig or drill, to find out why validation
# is failing for these queries. At 2, not only the query that
# failed is printed but also the reason why unbound thought it was
# wrong and which server sent the faulty data.
# val-log-level: 0
val-log-level: 1
# It is possible to configure NSEC3 maximum iteration counts per
# keysize. Keep this table very short, as linear search is done.
# A message with an NSEC3 with larger count is marked insecure.
# List in ascending order the keysize and count values.
# val-nsec3-keysize-iterations: <"list of values">
# List of keysize and iteration count values, separated by spaces,
# surrounded by quotes. Default is "1024 150 2048 500 4096 2500".
# This determines the maximum allowed NSEC3 iteration count before
# a message is simply marked insecure instead of performing the
# many hashing iterations. The list must be in ascending order and
# have at least one entry. If you set it to "1024 65535" there is
# no restriction to NSEC3 iteration values. This table must be
# kept short; a very long list could cause slower operation.
# val-nsec3-keysize-iterations: "1024 150 2048 500 4096 2500"
# instruct the auto-trust-anchor-file probing to add anchors after ttl.
# add-holddown: <seconds>
# Instruct the auto-trust-anchor-file probe mechanism for RFC5011
# autotrust updates to add new trust anchors only after they have
# been visible for this time. Default is 30 days as per the RFC.
# add-holddown: 2592000 # 30 days
# instruct the auto-trust-anchor-file probing to del anchors after ttl.
# del-holddown: <seconds>
# Instruct the auto-trust-anchor-file probe mechanism for RFC5011
# autotrust updates to remove revoked trust anchors after they
# have been kept in the revoked list for this long. Default is 30
# days as per the RFC.
# del-holddown: 2592000 # 30 days
# auto-trust-anchor-file probing removes missing anchors after ttl.
# If the value 0 is given, missing anchors are not removed.
# keep-missing: <seconds>
# Instruct the auto-trust-anchor-file probe mechanism for RFC5011
# autotrust updates to remove missing trust anchors after they
# have been unseen for this long. This cleans up the state file
# if the target zone does not perform trust anchor revocation, so
# this makes the auto probe mechanism work with zones that perform
# regular (non-5011) rollovers. The default is 366 days. The
# value 0 does not remove missing anchors, as per the RFC.
# keep-missing: 31622400 # 366 days
# the amount of memory to use for the key cache.
# plain value in bytes or you can append k, m or G. default is "4Mb".
# key-cache-size: <number>
# Number of bytes size of the key cache. Default is 4 megabytes.
# A plain number is in bytes, append 'k', 'm' or 'g' for kilo-
# bytes, megabytes or gigabytes (1024*1024 bytes in a megabyte).
# key-cache-size: 4m
key-cache-size: 24m
# the number of slabs to use for the key cache.
# the number of slabs must be a power of 2.
# more slabs reduce lock contention, but fragment memory usage.
# Should be a power of 2 times the number of num-threads set above,
# or same as msg-cache-slab.
# key-cache-slabs: 4
key-cache-slabs: 2
# the amount of memory to use for the negative cache (used for DLV).
# plain value in bytes or you can append k, m or G. default is "1Mb".
# neg-cache-size: <number>
# Number of bytes size of the aggressive negative cache. Default
# is 1 megabyte. A plain number is in bytes, append 'k', 'm' or
# 'g' for kilobytes, megabytes or gigabytes (1024*1024 bytes in a
# megabyte).
# neg-cache-size: 1m
neg-cache-size: 18m
# - - - - - - - - - - - - - - - - - - - - - -
# local-zone: <zone> <type> # [LOCAL ZONE]
# Configure a local zone. The type determines the answer to give
# if there is no match from local-data. The types are deny,
# refuse, static, transparent, redirect, nodefault, typetranspar-
# ent, and are explained below. After that the default settings
# are listed. Use local-data: to enter data into the local zone.
# Answers for local zones are authoritative DNS answers. By
# default the zones are class IN.
#
# If you need more complicated authoritative data, with referrals,
# wildcards, CNAME/DNAME support, or DNSSEC authoritative service,
# setup a stub-zone for it as detailed in the stub zone section
# below.
#
# 'deny' Do not send an answer, drop the query. If there is a match
# from local data, the query is answered.
#
# 'refuse'
# Send an error message reply, with rcode REFUSED. If there is
# a match from local data, the query is answered.
#
# 'static'
# If there is a match from local data, the query is answered.
# Otherwise, the query is answered with nodata or nxdomain.
# For a negative answer a SOA is included in the answer if
# present as local-data for the zone apex domain.
#
# 'transparent'
# If there is a match from local data, the query is answered.
# Otherwise if the query has a different name, the query is
# resolved normally. If the query is for a name given in
# localdata but no such type of data is given in localdata,
# then a noerror nodata answer is returned. If no local-zone
# is given local-data causes a transparent zone to be created
# by default.
#
# 'typetransparent'
# If there is a match from local data, the query is answered.
# If the query is for a different name, or for the same name
# but for a different type, the query is resolved normally.
# So, similar to transparent but types that are not listed in
# local data are resolved normally, so if an A record is in the
# local data that does not cause a nodata reply for AAAA
# queries.
#
# 'redirect'
# The query is answered from the local data for the zone name.
# There may be no local data beneath the zone name. This
# answers queries for the zone, and all subdomains of the zone
# with the local data for the zone. It can be used to redirect
# a domain to return a different address record to the end
# user, with local-zone: "example.com." redirect and
# local-data: "example.com. A 127.0.0.1" queries for www.exam-
# ple.com and www.foo.example.com are redirected, so that users
# with web browsers cannot access sites with suffix exam-
# ple.com.
#
# 'nodefault'
# Used to turn off default contents for AS112 zones. The other
# types also turn off default contents for the zone. The 'node-
# fault' option has no other effect than turning off default
# contents for the given zone.
#
# The default zones are localhost, reverse 127.0.0.1 and ::1, and the
# AS112 zones. The AS112 zones are reverse DNS zones for private use
# and reserved IP addresses for which the servers on the internet
# cannot provide correct answers. They are configured by default to
# give nxdomain (no reverse information) answers. The defaults can be
# turned off by specifying your own local-zone of that name, or using
# the 'nodefault' type. Below is a list of the default zone contents.
#
# 'localhost'
# The IP4 and IP6 localhost information is given. NS and SOA
# records are provided for completeness and to satisfy some DNS
# update tools. Default content:
# local-zone: "localhost." static
# local-data: "localhost. 10800 IN NS localhost."
# local-data: "localhost. 10800 IN
# SOA localhost. nobody.invalid. 1 3600 1200 604800 10800"
# local-data: "localhost. 10800 IN A 127.0.0.1"
# local-data: "localhost. 10800 IN AAAA ::1"
#
#
# | local-zone: "xxx." static | local-data: "xxx. 10800 IN NS xxx." | local-data: "xxx. 10800 IN SOA xxx. nobody.invalid. 1 3600 1200 604800 10800" | local-data: "xxx. 10800 IN A 127.1.1.1" | local-data: "xxx. 10800 IN AAAA ::1" |
#
# reverse IPv4 loopback
# Default content:
# local-zone: "127.in-addr.arpa." static
# local-data: "127.in-addr.arpa. 10800 IN NS localhost."
# local-data: "127.in-addr.arpa. 10800 IN
# SOA localhost. nobody.invalid. 1 3600 1200 604800 10800"
# local-data: "1.0.0.127.in-addr.arpa. 10800 IN
# PTR localhost."
#
# reverse IPv6 loopback
# Default content:
# local-zone: "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
# 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." static
# local-data: "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
# 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. 10800 IN
# NS localhost."
# local-data: "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
# 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. 10800 IN
# SOA localhost. nobody.invalid. 1 3600 1200 604800 10800"
# local-data: "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
# 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. 10800 IN
# PTR localhost."
#
# reverse RFC1918 local use zones
# Reverse data for zones 10.in-addr.arpa, 16.172.in-addr.arpa
# to 31.172.in-addr.arpa, 168.192.in-addr.arpa. The
# local-zone: is set static and as local-data: SOA and NS
# records are provided.
#
# reverse RFC3330 IP4 this, link-local, testnet and broadcast
# Reverse data for zones 0.in-addr.arpa, 254.169.in-addr.arpa,
# 2.0.192.in-addr.arpa (TEST NET 1), 100.51.198.in-addr.arpa
# (TEST NET 2), 113.0.203.in-addr.arpa (TEST NET 3),
# 255.255.255.255.in-addr.arpa.
#
# reverse RFC4291 IP6 unspecified
# Reverse data for zone
# 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
# 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa.
#
# reverse RFC4193 IPv6 Locally Assigned Local Addresses
# Reverse data for zone D.F.ip6.arpa.
#
# reverse RFC4291 IPv6 Link Local Addresses
# Reverse data for zones 8.E.F.ip6.arpa to B.E.F.ip6.arpa.
#
# reverse IPv6 Example Prefix
# Reverse data for zone 8.B.D.0.1.0.0.2.ip6.arpa. This zone is
# used for tutorials and examples. You can remove the block on
# this zone with:
# local-zone: 8.B.D.0.1.0.0.2.ip6.arpa. nodefault
# You can also selectively unblock a part of the zone by making
# that part transparent with a local-zone statement. This also
# works with the other default zones.
# a number of locally served zones can be configured.
# local-zone: <zone> <type>
# local-data: "<resource record string>"
# o deny serves local data (if any), else, drops queries.
# o refuse serves local data (if any), else, replies with error.
# o static serves local data, else, nxdomain or nodata answer.
# o transparent gives local data, but resolves normally for other names
# o redirect serves the zone data for any subdomain in the zone.
# o nodefault can be used to normally resolve AS112 zones.
# o typetransparent resolves normally for other types and other names
#
# defaults are localhost address, reverse for 127.0.0.1 and ::1
# and nxdomain for AS112 zones. If you configure one of these zones
# the default content is omitted, or you can omit it with 'nodefault'.
#
# If you configure local-data without specifying local-zone, by
# default a transparent local-zone is created for the data.
#
# You can add locally served data with
# local-zone: "local." static
# local-data: "mycomputer.local. IN A 192.0.2.51"
# local-data: 'mytext.local TXT "content of text record"'
#
# You can override certain queries with
# local-data: "adserver.example.com A 127.0.0.1"
#
# You can redirect a domain to a fixed address with
# (this makes example.com, www.example.com, etc, all go to 192.0.2.3)
# local-zone: "example.com" redirect
# local-data: "example.com A 192.0.2.3"
# local-data: "<resource record string>"
# Configure local data, which is served in reply to queries for it.
# The query has to match exactly unless you configure the local-zone
# as redirect. If not matched exactly, the local-zone type deter-
# mines further processing. If local-data is configured that is not
# a subdomain of a local-zone, a transparent local-zone is config-
# ured. For record types such as TXT, use single quotes, as in
# local-data: 'example. TXT "text"'.
# If you need more complicated authoritative data, with referrals,
# wildcards, CNAME/DNAME support, or DNSSEC authoritative service,
# setup a stub-zone for it as detailed in the stub zone section
# below.
# Shorthand to make PTR records, "IPv4 name" or "IPv6 name".
# You can also add PTR records using local-data directly, but then
# you need to do the reverse notation yourself.
# local-data-ptr: "IPaddr name"
# Configure local data shorthand for a PTR record with the reversed
# IPv4 or IPv6 address and the host name. For example "192.0.2.4
# www.example.com". TTL can be inserted like this: "2001:DB8::4
# 7200 www.example.com"
# local-data-ptr: "192.0.2.3 www.example.com"
# Tor .onion host / Hidden Service(HS) : *.onion hostnames/domains/HS.
# If you've Installed/using Tor.
# Block these DNS query leak, by refusing it to query external DNS servr.
local-zone: "onion." refuse
#local-data: ""
local-zone: "exit." refuse
local-zone: "noconnect." refuse
# If you are using this DNS Resolver inside a VM (Virtual Machine)
# dedicated for Tor related Anonymous usage, only then, disable
# above line, and enable below few lines, and add them
# below the [STUB ZONES] area:
# stub-zone:
# name: "onion"
# stub-addr: 127.0.0.1@54
# stub-addr: 127.0.0.1@55
# And then Enable 'Tor DNS' in torrc file on port 54 on 1st Tor,
# and on port 55 on 2nd Tor (if you use), and so on.
# I2P *.i2p eepsite hostnames/domains. If you've Installed/using I2P.
# Block these DNS query leak, by refusing it to query outside DNS servr.
local-zone: "i2p." refuse
#local-data: ""
# service clients over SSL (on the TCP sockets), with plain DNS inside
# the SSL stream. Give the certificate to use and private key.
# default is "" (disabled). requires restart to take effect.
# request upstream over SSL (with plain DNS inside the SSL stream).
# Default is no. Can be turned on and off with unbound-control.
# ssl-upstream: <yes or no>
# Enabled or disable whether the upstream queries use SSL only for
# transport. Default is no. Useful in tunneling scenarios. The
# SSL contains plain DNS in TCP wireformat. The other server must
# support this (see ssl-service-key).
# ssl-upstream: no
# ssl-service-key: <file>
# If enabled, the server provider SSL service on its TCP sockets.
# The clients have to use ssl-upstream: yes. The file is the pri-
# vate key for the TLS session. The public certificate is in the
# ssl-service-pem file. Default is "", turned off. Requires a
# restart (a reload is not enough) if changed, because the private
# key is read while root permissions are held and before chroot
# (if any). Normal DNS TCP service is not provided and gives
# errors, this service is best run with a different port: config
# or @port suffixes in the interface config.
# ssl-service-key: "path/to/privatekeyfile.key"
# ssl-service-pem: <file>
# The public key certificate pem file for the ssl service.
# Default is "", turned off.
# ssl-service-pem: "path/to/publiccertfile.pem"
# ssl-port: <number>
# The port number on which to provide TCP SSL service, default
# 443, only interfaces configured with that port number as @number
# get the SSL service.
# ssl-port: 443
# - - - - - - - - - - - - - - - - - - - - - -
# Python config section. To enable:
# o use --with-pythonmodule to configure before compiling.
# o list python in the module-config string (above) to enable.
# o and give a python-script to run.
python:
# Script file to load
# python-script: "/ubmodule-tst.py"
# - - - - - - - - - - - - - - - - - - - - - -
# Remote control config section.
# Remote Control Options
# In the remote-control: clause are the declarations for the remote con-
# trol facility. If this is enabled, the unbound-control(8) utility can
# be used to send commands to the running unbound server. The server
# uses these clauses to setup SSLv3 / TLSv1 security for the connection.
# The unbound-control(8) utility also reads the remote-control section
# for options. To setup the correct self-signed certificates use the
# unbound-control-setup(8) utility.
remote-control:
# Enable remote control with unbound-control(8) here.
# set up the keys and certificates with unbound-control-setup.
# control-enable: <yes or no>
# The option is used to enable remote control, default is "no". If
# turned off, the server does not listen for control commands.
# control-enable: no
control-enable: "no"
# what interfaces are listened to for remote control.
# give 0.0.0.0 and ::0 to listen to all interfaces.
# control-interface: <ip address>
# Give IPv4 or IPv6 addresses to listen on for control commands. By
# default localhost (127.0.0.1 and ::1) is listened to. Use 0.0.0.0
# and ::0 to listen to all interfaces.
# control-interface: 127.0.0.1
# control-interface: ::1
# port number for remote control operations.
# control-port: <port number>
# The port number to listen on for control commands, default is
# 8953. If you change this port number, and permissions have been
# dropped, a reload is not sufficient to open the port again, you
# must then restart.
# control-port: 8953
# unbound server key file.
# server-key-file: <private key file>
# Path to the server private key, by default unbound_server.key.
# This file is generated by the unbound-control-setup utility. This
# file is used by the unbound server, but not by unbound-control.
# server-key-file: "/unbound_server.key"
# unbound server certificate file.
# server-cert-file: <certificate file.pem>
# Path to the server self signed certificate, by default
# unbound_server.pem. This file is generated by the unbound-con-
# trol-setup utility. This file is used by the unbound server, and
# also by unbound-control.
# server-cert-file: "/unbound_server.pem"
# unbound-control key file.
# control-key-file: <private key file>
# Path to the control client private key, by default unbound_con-
# trol.key. This file is generated by the unbound-control-setup
# utility. This file is used by unbound-control.
# control-key-file: "/unbound_control.key"
# unbound-control certificate file.
# control-cert-file: <certificate file.pem>
# Path to the control client certificate, by default unbound_con-
# trol.pem. This certificate has to be signed with the server cer-
# tificate. This file is generated by the unbound-control-setup
# utility. This file is used by unbound-control.
# control-cert-file: "/unbound_control.pem"
# - - - - - - - - - - - - - - - - - - - - - -
# Stub zones. [STUB ZONES]
# stub-zone: [name: <domain-name>|stub-host: <domain-name>|...
# There may be multiple stub-zone: clauses. Each with a name: and zero or
# more hostnames or IP addresses. For the stub zone this list of name-
# servers is used. Class IN is assumed. The servers should be authority
# servers, not recursors; unbound performs the recursive processing
# itself for stub zones.
# The stub zone can be used to configure authoritative data to be used by
# the resolver that cannot be accessed using the public internet servers.
# This is useful for company-local data or private zones. Setup an
# authoritative server on a different host (or different port). Enter a
# config entry for unbound with stub-addr:
# < ip adrs of host [@port] > (no space in between ip-adrs @ & Port#.)
# The unbound resolver can then access the data, without referring to the
# public internet for it.
# This setup allows DNSSEC signed zones to be served by that authorita-
# tive server, in which case a trusted key entry with the public key can
# be put in config, so that unbound can validate the data and set the AD
# bit on replies for the private zone (authoritative servers do not set
# the AD bit). This setup makes unbound capable of answering queries for
# the private zone, and can even set the AD bit ('authentic'), but the AA
# ('authoritative') bit is not set on these replies.
#
# name: <domain name>
# Name of the stub zone.
#
# stub-host: <domain name>
# Name of stub zone nameserver. Is itself resolved before it is
# used.
#
# stub-addr: <IP address>
# IP address of stub zone nameserver. Can be IP 4 or IP 6. To use
# a nondefault port for DNS communication append '@' with the port
# number.
#
# stub-prime: <yes or no>
# This option is by default off. If enabled it performs NS set
# priming, which is similar to root hints, where it starts using
# the list of nameservers currently published by the zone. Thus,
# if the hint list is slightly outdated, the resolver picks up a
# correct list online.
#
# stub-first: <yes or no>
# If enabled, a query is attempted without the stub clause if it
# fails. The default is no.
#
# Create entries like below, to make all queries for 'example.com' and
# 'example.org' go to the given list of nameservers. list zero or more
# nameservers by hostname or by ipaddress. If you set stub-prime to yes,
# the list is treated as priming hints (default is no).
# With stub-first yes, it attempts without the stub if it fails.
# stub-zone:
# name: "example.com"
# stub-addr: 192.0.2.68
# stub-prime: haveno
# stub-first: no
# stub-zone:
# name: "example.org"
# stub-host: ns.example.com.
#
# For Unbound a stub-zone should have authoritative dns/name servers.
# CesidianRoot : http://www.cesidianroot.net/
# Cesidian Root : The Cesidian Root now resolves not one, but 5 or more
# roots: ICANN root (313 TLDs), Cesidian Root proper (84 TLDs),
# China MII Root (5 TLDs), i-DNS.net Root (17 TLDs), New Nations Root
# (6 TLDs), and other roots (16 TLDs). It currently resolves the
# entire ICANN namespace of 313 TLDs, as well as 128 additional TLDs:
# .2sc .5wc .africa .amomu .amore .ant .atla .atoll .bank .baron .bct .beasley .blah .boho .bu .bucksfan .bucrafan .c4 .cesidio .christ .core .crt .ct .cuseeme .cw .devel .develop .dewa .df .dnscloset .eurolinc .free .god .hack .hosted .ili .island .islands .ispsp .ita .italiana .italiano .kb .kellner .ko .ku .lad .linna .lowtek
# .malta .midnightconsulting .mosimos .nations .nsk .oca .pd .pic .pirates .pj .pnu .po .pp .red .reef .reu .rm .root .roti .satan .savoia .science .sea .seeit .sel .seo .smith .sos .src .state .stc .ta .tabarnak .tallini .tdj .te .ti .tlds .ttf .tx .ucann2 .ucs .um .ummoa .university .uu .vall .vl .vt .wa .wacht .wild .wl .wsa .zones
# i-DNS.net IDN TLDs: "xn--3rc8e2bb9h" (Kannada, Punycode form, .ಸಂಸ್ಧ or .org), "xn--81b8b9a9c" (Hindi, Punycode form, .जाल् or .net), "xn--c1avg" (Russian, Punycode form, .орг or .org), "xn--e1apq" (Russian, Punycode form, .нет or .net), "xn--e1ay" (Bulgarian, Punycode form, .ес), "xn--g2b9a1a" (Hindi, Punycode form, .वाण or .com), "xn--h1akdx" (Bulgarian, Punycode form, .инфо or .info), "xn--i1b6b7e" (Hindi, Punycode form, .संग or .org),
# "xn--j1aef" (Russian, Punycode form, .ком or .com), "xn--p1ag" (Russian, Punycode form, .ру or .ru), "xn--qlc9a5a" (Tamil, Punycode form, .வணி or .com), "xn--u1aaa" (Bulgarian, Punycode form, .ххх), "xn--usc8b9a" (Kannada, Punycode form, .ಜಾಲ or .net), "xn--uscn1bv9bh3h" (Kannada, Punycode form, .ವಾಣಿಜ್ಯ or .com), "xn--vf4b131b" (Korean, Punycode form, .회사 or .com), "xn--zb0bnw" (Korean, Punycode form, .기관 or .org), "xn--zv4b74y" (Korean, Punycode form, .통신 or .net).
# Currently under CesidianRoot: .xn--borbn-3ta (Spanish, Punycode form, .borbón), .xn--90ae (Bulgarian, Punycode form, .бг), .xn--mail-uoa ().
# Other IDN TLDs: .xn--fiqs8s (Chinese, Punycode form, .中国 or .china), .xn--55qx5d (Chinese, Punycode form, .公司 or .com), .xn--io0a7i (Chinese, Punycode form, .网络 or .net), .xn--55qw42g (Chinese, Punycode form, .公益 or .org), .xn--zfr164b (Chinese, Punycode form, .政务 or .gov).
# hint / root cache : http://dns-hints.world-dns.net/
# More info : http://fifthworld.wikia.com/wiki/Cesidian_Root
# For testing, use "governo.ita"
stub-zone:
name: "2sc"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "5wc"
stub-host: ns1.pirates.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-host: c-root.cesidian.info.
stub-zone:
name: "aemail"
stub-host: ns1.aemail.world-dns.net.
stub-host: ns2.aemail.world-dns.net.
stub-host: ns3.aemail.world-dns.net.
stub-host: ns4.aemail.world-dns.net.
stub-host: ns5.aemail.world-dns.net.
stub-host: ns6.aemail.world-dns.net.
stub-host: ns7.aemail.world-dns.net.
stub-zone:
name: "africa"
stub-host: eu.crtldns.world-dns.net.
stub-host: jp.crtldns.world-dns.net.
stub-host: nz.crtldns.world-dns.net.
stub-host: us.crtldns.world-dns.net.
stub-host: za.crtldns.world-dns.net.
stub-host: crtldns.world-dns.net.
stub-zone:
name: "amomu"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "amore"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "ant"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "aq"
stub-host: q.root.
stub-host: s.root.
stub-host: test.root.
stub-host: test4.root.
#stub-zone:
# name: "arpa" # Exist in IANA, CesidianRoot
# a, c, e~o, r, x, arpa-dns world-dns.net
stub-zone:
name: "atla"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "atoll"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "bank"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "baron"
stub-host: ns1.pirates.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "bct"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "beasley"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "blah"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "boho"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "bu"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "bucksfan"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "bucrafan"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "c4"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "cesidio"
stub-host: ns1.pirates.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "christ"
stub-host: eu.crtldns.world-dns.net.
stub-host: jp.crtldns.world-dns.net.
stub-host: nz.crtldns.world-dns.net.
stub-host: us.crtldns.world-dns.net.
stub-host: za.crtldns.world-dns.net.
stub-host: crtldns.world-dns.net.
stub-zone:
name: "core"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "crt"
stub-host: eu.crtldns.world-dns.net.
stub-host: jp.crtldns.world-dns.net.
stub-host: nz.crtldns.world-dns.net.
stub-host: us.crtldns.world-dns.net.
stub-host: za.crtldns.world-dns.net.
stub-host: crtldns.world-dns.net.
stub-zone:
name: "ct"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "cuseeme"
stub-host: j-root.cesidian.info.
stub-host: master-root.cesidian.info.
stub-zone:
name: "cw"
stub-host: q.root.
stub-host: s.root.
stub-host: test.root.
stub-host: test4.root.
stub-zone:
name: "devel"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "develop"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "df"
stub-host: ns1.pirates.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "dnscloset"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "eurolinc"
stub-host: ns9.cesidian.info.
stub-host: i-root.cesidian.info.
#stub-zone:
# name: "free" # Exist in CesidianRoot, OpenNIC
# ns1/ns4.pirates. , ns9.cesidian.info.
stub-zone:
name: "hack"
stub-host: ns1.pirates.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "hosted"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "hrp"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "ili"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "island"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "islands"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "ispsp"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "ita"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "italiana"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "italiano"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "lad"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "linna"
stub-host: i-root.cesidian.info.
stub-host: j-root.cesidian.info.
stub-host: k-root.cesidian.info.
stub-host: l-root.cesidian.info.
stub-zone:
name: "malta"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "midnightconsulting"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "mosimos"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "nations"
stub-host: eu.crtldns.world-dns.net.
stub-host: jp.crtldns.world-dns.net.
stub-host: nz.crtldns.world-dns.net.
stub-host: us.crtldns.world-dns.net.
stub-host: za.crtldns.world-dns.net.
stub-host: crtldns.world-dns.net.
stub-zone:
name: "nsk"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "oca"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "pd"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "pic"
stub-host: ns1.pirates.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "pirates"
stub-host: j-root.cesidian.info.
stub-host: master-root.cesidian.info.
stub-zone:
name: "pj"
stub-host: j-root.cesidian.info.
stub-host: master-root.cesidian.info.
stub-zone:
name: "pnu"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "pp"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "reef"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "reu"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "root"
stub-host: s.root.
stub-host: test.root.
stub-zone:
name: "roti"
stub-host: test.cesidian.info.
stub-host: i-root.cesidian.info.
stub-host: j-root.cesidian.info.
stub-host: master-root.cesidian.info.
stub-zone:
name: "savoia"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "science"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "sea"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "sel"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "smith"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-zone:
name: "sos"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "sq"
stub-host: joy.cesidian.info.
stub-host: faith.cesidian.info.
stub-host: steve.cesidian.info.
stub-host: truth.cesidian.info.
stub-host: wisdom.cesidian.info.
stub-host: freedom.cesidian.info.
stub-host: justice.cesidian.info.
stub-host: alliance.cesidian.info.
stub-host: root-server.cesidian.info.
stub-zone:
name: "src"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "state"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "stc"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "stevequayle"
stub-host: joy.cesidian.info.
stub-host: faith.cesidian.info.
stub-host: steve.cesidian.info.
stub-host: truth.cesidian.info.
stub-host: wisdom.cesidian.info.
stub-host: freedom.cesidian.info.
stub-host: justice.cesidian.info.
stub-host: alliance.cesidian.info.
stub-host: root-server.cesidian.info.
stub-zone:
name: "tabarnak"
stub-host: ns1.pirates.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "tallini"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "tdj"
stub-host: e.root.
stub-host: f.root.
stub-host: r.root.
stub-host: dns.crt.
stub-zone:
name: "tf"
stub-host: q.root.
stub-host: s.root.
stub-host: test.root.
stub-host: test4.root.
stub-zone:
name: "tlds"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "ttf"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "tx"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "ucann2"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "ucs"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "um"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "ummoa"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "university"
stub-host: ns1.pirates.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "vl"
stub-host: test.cesidian.info.
stub-host: i-root.cesidian.info.
stub-host: j-root.cesidian.info.
stub-host: master-root.cesidian.info.
stub-zone:
name: "wa"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "wacht"
stub-host: test.cesidian.info.
stub-host: i-root.cesidian.info.
stub-host: j-root.cesidian.info.
stub-host: master-root.cesidian.info.
stub-zone:
name: "wild"
stub-host: ns1.cesidio.net.
stub-host: ns4.pirates.
stub-host: ns9.cesidian.info.
stub-zone:
name: "zones"
stub-host: ns1.cesidio.net.
stub-host: ns4.cesidio.net.
stub-host: ns9.cesidian.info.
stub-zone:
name: "xn--90ae"
stub-host: ns9.cesidian.info.
stub-host: c-root.cesidian.info.
stub-zone:
name: "xn--borbn-3ta"
stub-host: i-root.cesidian.info.
stub-host: j-root.cesidian.info.
stub-host: k-root.cesidian.info.
stub-host: l-root.cesidian.info.
stub-zone:
name: "xn--mail-uoa"
stub-host: ns1.aemail.world-dns.net.
stub-host: ns2.aemail.world-dns.net.
stub-host: ns3.aemail.world-dns.net.
stub-host: ns4.aemail.world-dns.net.
stub-host: ns5.aemail.world-dns.net.
stub-host: ns6.aemail.world-dns.net.
stub-host: ns7.aemail.world-dns.net.
# end of CesidianRoot
# i-DNS (most likely). not under IANA. TLDs not DNSSEC signed.
stub-zone:
name: "xn--55qw42g" # "公益" # i-DNS.net no-dk
stub-host: ns1.chinagov.gov.cn.
stub-host: ns2.chinagov.gov.cn.
stub-host: ns3.chinagov.gov.cn.
stub-host: ns4.chinagov.gov.cn.
stub-zone:
name: "xn--55qx5d" # "公司" # China MII # i-DNS.net ".gongsi" means "company" (big5) (gb) no-dk
stub-host: cdn1.dns.cn.
stub-host: cdn2.dns.cn.
stub-host: cdn3.dns.cn.
stub-host: cdn4.dns.cn.
stub-host: cdn5.dns.cn.
stub-zone:
name: "xn--io0a7i" # "网络" # China MII # i-DNS.net ".wangluo" means "networking" (gb) no-dk
stub-host: cdn1.dns.cn.
stub-host: cdn2.dns.cn.
stub-host: cdn3.dns.cn.
stub-host: cdn4.dns.cn.
stub-host: cdn5.dns.cn.
stub-zone:
name: "xn--zfr164b" # "政务" # i-DNS.net
stub-host: ns1.chinagov.gov.cn.
stub-host: ns2.chinagov.gov.cn.
stub-host: ns3.chinagov.gov.cn.
stub-host: ns4.chinagov.gov.cn.
# end of i-DNS (most likely)
# MobileTLD.com
# 6 TLDs : mobile, imode, wap, 3g, pda
# Name.Space https://namespace.us
# 118 TLDs
# OpenNIC : http://www.opennicproject.org/ :
# OpenNIC provides resolution to all ICANN domains as well as OpenNIC’s
# own TLDs: .geek, .free, .bbs, .parody, .oss, .indy, .fur, .ing,
# .micro, .dyn, .neo, .pirate, .gopher, .null, .oz
# test using "grep.geek", "openniclist.ing", "reg.for.free", "register.ing"
#stub-zone:
# name: "opennicproject.1234567890"
# # IN, US Anonymous Logs: yes (Info: Obfuscated immediately )
# stub-addr: 66.244.95.20
# # CA, US Anonymous Logs: yes (Info: No logs kept )
# stub-addr: 74.207.247.4
# # CO, US Anonymous Logs: yes (Info: Deleted after 24 hours )
# stub-addr: 216.87.84.211
# # IL, US Anonymous Logs: unk (Info: )
# stub-addr: 66.90.81.200
# # FR Anonymous Logs: yes (Info: Logging disabled )
# stub-addr: 94.23.246.31
# # FR Anonymous Logs: yes (Info: No logs kept )
# stub-addr: 95.142.171.235
# # FR Anonymous Logs: yes (Info: No logs kept )
# stub-addr: 82.237.169.10
# # QLD, AU Anonymous Logs: yes (Info: Deleted after 24 hours )
# stub-addr: 202.83.95.227
# # AU
# stub-addr: 58.6.115.42
# stub-prime: no
# stub-first: no
stub-zone:
name: "geek"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "bbs"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "dyn"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "free"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "fur"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "glue" # (from BIND file's NS records)
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "gopher"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "indy"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "ing"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "micro"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "null"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "neo"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "oss"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "parody"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "pirate"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
stub-zone:
name: "oz"
stub-host: ns2.opennic.glue.
stub-host: ns3.opennic.glue.
stub-host: ns4.opennic.glue.
stub-host: ns5.opennic.glue.
stub-host: ns6.opennic.glue.
stub-host: ns7.opennic.glue.
stub-host: ns8.opennic.glue.
stub-host: ns21.opennic.glue.
# end of OpenNIC
# OVH : http://ovh.co.uk/
stub-zone:
name: "ovh"
stub-addr: 213.251.128.133
stub-addr: 213.251.188.133
# more servr pair adrs : http://help.ovh.co.uk/NewDNSServer
# If you need the IP associated with DNS, have a look at the following
# pairs (DNS still work in pairs):
# dns.ovh.net / ns.ovh.net --> 213.186.33.102 / 212.127.32.132
# dns10.ovh.net / ns10.ovh.net --> 213.251.188.129 / 213.251.128.129
# dns11.ovh.net / ns11.ovh.net --> 213.251.188.130 / 213.251.128.130
# dns12.ovh.net / ns12.ovh.net --> 213.251.188.131 / 213.251.128.131
# dns13.ovh.net / ns13.ovh.net --> 213.251.188.132 / 213.251.128.132
# dns14.ovh.net / ns14.ovh.net --> 213.251.188.133 / 213.251.128.133
# dns15.ovh.net / ns15.ovh.net --> 213.251.188.134 / 213.251.128.134
# dns16.ovh.net / ns16.ovh.net --> 213.251.188.135 / 213.251.128.135
# To find the IP of a DNS, you can also use the command "host" or
# "ping" to against the DNS server name.
# end of .ovh
# - - - - - - - - - - - - - - - - - - - - - -
# [SIGNED TLD] section for Alt.Root.Operators & signed domains:
# If you want to add a TLD (signed with DNSSEC DNS records) which
# exist or defined outside of "ICANN/IANA/Verisign governed or
# operated Root DNS Servers", or, if you want to add any signed
# domain-name which exist under "ICANN/IANA/Verisign governed or
# operated Root DNS Servers" or under Alt.Root.TLD.Prociders,
# then add them like below, by modifying different portion to suit
# with your specific case/need:
# stub-zone:
# name: "TLD_or_Domain-name" # do not add . (dot) symbol at end
# trust-anchor-file: "C:\Program Files\Unbound\TLD_or_Domain-name.key"
# stub-addr: ip.adrs.dns.n1
# stub-addr: ip.adrs.ns.n2
# stub-host: nameservr1.hostname.TLD. # keep . (dot) symbol at end
# stub-host: nameservr2.hostname.TLD.
# If 'TLD.' portion of above nameserver's hostname exist or falls
# under "ICANN/IANA/Verisign governed or operated Root DNS Servers"
# then no need to add forward-zone. But, if hostname's TLD is provided
# by other Alt.Root.TLD.providers, then add them like below:
# forward-zone:
# name: "nameservr1.hostname.TLD" # do not add . (dot) symbol at end
# forward-addr: ip.adrs.dns.n1
# forward-addr: ip.adrs.ns.n2
#
# - - - - - - - - - - - - - - - - - - - - - -
# Forward zones [FORWARD ZONES]
# Options
# There may be multiple forward-zone: clauses. Each with a name: and zero
# or more hostnames or IP addresses. For the forward zone this list of
# nameservers is used to forward the queries to. The servers listed as
# forward-host: and forward-addr: have to handle further recursion for
# the query. Thus, those servers are not authority servers, but are
# (just like unbound is) recursive servers too; unbound does not perform
# recursion itself for the forward zone, it lets the remote server do it.
# Class IN is assumed. A forward-zone entry with name "." and a for-
# ward-addr target will forward all queries to that other server (unless
# it can answer from the cache).
#
# name: <domain name>
# Name of the forward zone.
#
# forward-host: <domain name>
# Name of server to forward to. Is itself resolved before it is
# used.
#
# forward-addr: <IP address>
# IP address of server to forward to. Can be IP 4 or IP 6. To use
# a nondefault port for DNS communication append '@' with the port
# number.
#
# forward-first: <yes or no>
# If enabled, a query is attempted without the forward clause if
# it fails. The default is no.
#
# Create entries like below, to make all queries for 'example.com' and
# 'example.org' go to the given list of servers. These servers have to
# handle recursion to other nameservers. List zero or more nameservers
# by hostname or by ipaddress. Use an entry with name "." to forward all
# queries. If you enable forward-first, it attempts without the forward
# if it fails.
# forward-zone:
# name: "example.com"
# forward-addr: 192.0.2.68
# forward-addr: 192.0.2.73@5355 # forward to port 5355.
# forward-first: no
# forward-zone:
# name: "example.org"
# forward-host: fwd.example.com
#
# For Unbound, recursive dns/name servers should be added as
# forward-zone(s). And add nameservers as stub-zone.
# 42 : # http://42registry.org/
# If you can do ping or dig or view "search.42" site, then its working.
# Can also be test with "nic.42"
# TLD: '42' (from DiG result records):
forward-zone:
name: "a.42tld-servers.net"
forward-addr: 91.191.147.246
forward-zone:
name: "b.42tld-servers.net"
forward-addr: 91.191.147.243
forward-zone:
name: "c.42tld-servers.net"
forward-addr: 79.143.244.68
forward-addr: 2a01:678:fff:42:42::
forward-zone:
name: "d.42tld-servers.net"
forward-addr: 83.169.77.117
forward-zone:
name: "42"
forward-host: a.42tld-servers.net.
forward-host: b.42tld-servers.net.
forward-host: c.42tld-servers.net.
forward-host: d.42tld-servers.net.
# info from dig result:
#stub-addr: 91.191.147.246 # a.42tld-servers.net. 42registry europe
#stub-addr: 91.191.147.243 # b.42tld-servers.net. 42registry europe
#stub-addr: 79.143.244.68 # c.42tld-servers.net. 42registry europe
#stub-addr: 2a01:678:fff:42:42:: # c.42tld-servers.net. 42registry europe
#stub-addr: 83.169.77.117 # d.42tld-servers.net. 42registry
# Other Resolvers for ".42":
# GeekNode OpenResolvers: 81.93.248.69, 81.93.248.68, 91.194.60.196, 193.17.192.53
forward-addr: 81.93.248.69
forward-addr: 81.93.248.68
forward-addr: 91.194.60.196
forward-addr: 193.17.192.53
# Psilo.fr (can resolve .42 + OpenNIC + ICANN) : 109.235.51.12, 85.17.236.67
forward-addr: 109.235.51.12
forward-addr: 85.17.236.67
# end of .42
# Namecoin DNS : DotBIT project : bit DNS : http://dot-bit.org
# Dot bit .bit TLD (from BIND file's A, AAAA records and website)
forward-zone:
name: "ns.dot-bit.bit"
forward-addr: 178.32.31.41
forward-addr: 2001:41d0:2:a5d9::101
forward-zone: # NameCoin/BitCoin/BitDomains
name: "bit"
forward-host: ns.dot-bit.bit.
# France Supports: Dot-BIT v2, Icann, OpenNIC, New Nations, Dot-42.
forward-addr: 178.32.31.41 # ns.dot-bit.bit
#stub-addr: 2001:41d0:2:a5d9::101
# USA Supports: Dot-BIT v2, Icann, OpenNIC, New Nations, Dot-42.
forward-addr: 108.174.61.249
# Germany Supports: Dot-BIT v2, Icann, OpenNIC, New Nations.
forward-addr: 78.47.86.43
# USA Supports: Dot-BIT v2, Icann.
forward-addr: 96.127.133.37
# USA Supports: Dot-BIT v2, Icann, OpenNIC.
forward-addr: 69.194.226.23
# Sweden Supports: Dot-BIT v2, Icann.
forward-addr: 194.71.109.237
forward-addr: 2001:41d0:2:a5d9::101 # ns.dot-bit.bit
# If ping, nslookup, dig, web-browser can reach "dot-bit.bit"
# then configuration is ok.
# end of .bit
# CesidianRoot (from BIND file's A, AAAA records)
forward-zone:
name: "ns1.dns.aq"
forward-addr: 203.119.56.132
forward-zone:
name: "e.dns.crt"
forward-addr: 116.90.134.19
forward-addr: 2401:f000:32:23::5
forward-zone:
name: "f.dns.crt"
forward-addr: 200.58.125.62
forward-addr: 2001:470:4:5c5::2
forward-zone:
name: "main.dns.crt"
forward-addr: 209.160.54.40
forward-addr: 2002:d1a0:3627::a40d
forward-zone:
name: "r.dns.crt"
forward-addr: 196.41.137.142
forward-zone:
name: "a-root.cesidian.info"
forward-addr: 78.47.115.194
forward-addr: 2001:470:1f0a:2fb::2
forward-zone:
name: "alliance.cesidian.info"
forward-addr: 84.200.212.28
forward-addr: 2001:1608:12:0:7862:bb20:212a:128
forward-zone:
name: "b-root.cesidian.info"
forward-addr: 78.47.115.197
forward-addr: 2001:470:1f0a:315::2
forward-zone:
name: "c-root.cesidian.info"
forward-addr: 84.200.212.28
forward-addr: 2001:1608:12:0:7862:bb20:212a:128
forward-zone:
name: "d-root.cesidian.info"
forward-addr: 50.77.217.162
forward-addr: 2001:470:1f10:e1::2
forward-zone:
name: "e-root.cesidian.info"
forward-addr: 116.90.134.19
forward-addr: 2401:f000:32:23::5
forward-zone:
name: "f-root.cesidian.info"
forward-addr: 200.58.125.62
forward-addr: 2001:470:4:5c5::2
forward-zone:
name: "faith.cesidian.info"
forward-addr: 199.193.252.198
forward-zone:
name: "freedom.cesidian.info"
forward-addr: 196.41.137.142
forward-zone:
name: "g-root.cesidian.info"
forward-addr: 69.93.127.50
forward-addr: 2600:3c00::21:8000
forward-zone:
name: "h-root.cesidian.info"
forward-addr: 81.142.224.11
forward-addr: 217.39.171.33
forward-zone:
name: "i-root.cesidian.info"
forward-addr: 84.200.208.200
forward-addr: 2001:1608:12:0:7862:ab20:208a:200
forward-zone:
name: "j-root.cesidian.info"
forward-addr: 84.200.212.38
forward-addr: 2001:1608:12:0:7862:ab14:ef56:101
forward-zone:
name: "joy.cesidian.info"
forward-addr: 209.160.54.39
forward-addr: 2002:d1a0:3627:1::39d
forward-zone:
name: "justice.cesidian.info"
forward-addr: 122.155.6.181
forward-zone:
name: "k-root.cesidian.info"
forward-addr: 122.155.6.181
forward-zone:
name: "l-root.cesidian.info"
forward-addr: 182.163.74.213
forward-addr: 2001:2e8:61b:0:2:1:0:d5
forward-zone:
name: "m-root.cesidian.info"
forward-addr: 2001:1608:12:0:7862:ab14:ef56:103
forward-zone:
name: "master-root.cesidian.info"
forward-addr: 178.254.3.55
forward-addr: 2001:470:1f0a:2b4::2
forward-zone:
name: "n-root.cesidian.info"
forward-addr: 46.16.232.172
forward-addr: 46.59.86.130
forward-addr: 2001:470:28:3f7::10
forward-addr: 2a02:28f0:0:a::8373:5e48
forward-zone:
name: "ns9.cesidian.info"
forward-addr: 84.200.208.231
forward-addr: 2001:1608:12:0:7862:ab14:ef56:102
forward-zone:
name: "o-root.cesidian.info"
forward-addr: 46.59.86.160
forward-addr: 2001:470:28:a1e::10
forward-zone:
name: "pde.cesidian.info"
forward-addr: 178.254.7.5
forward-zone:
name: "q-root.cesidian.info"
forward-addr: 2001:4978:f:8568::3
forward-zone:
name: "r-root.cesidian.info"
forward-addr: 196.41.137.142
forward-zone:
name: "root-server.cesidian.info"
forward-addr: 178.254.3.55
forward-addr: 2001:470:1f0a:2b4::2
forward-zone:
name: "s-root.cesidian.info"
forward-addr: 209.160.54.37
forward-addr: 2002:d1a0:3625::37
forward-zone:
name: "steve.cesidian.info"
forward-addr: 200.58.125.62
forward-zone:
name: "t-root.cesidian.info"
forward-addr: 199.193.252.198
forward-addr: 2001:470:1f10:39e::2
forward-zone:
name: "test.cesidian.info"
forward-addr: 2001:470:6c:80::2
forward-zone:
name: "truth.cesidian.info"
forward-addr: 182.163.74.213
forward-addr: 2001:2e8:61b:0:2:1:0:d5
forward-zone:
name: "u-root.cesidian.info"
forward-addr: 199.193.251.80
forward-addr: 2001:470:1f0e:e3b::2
forward-zone:
name: "v-root.cesidian.info"
forward-addr: 37.77.81.112
forward-addr: 2001:470:1f14:6a3::2
forward-zone:
name: "w-root.cesidian.info"
forward-addr: 199.193.255.131
forward-zone:
name: "wisdom.cesidian.info"
forward-addr: 116.90.134.19
forward-addr: 2401:f000:32:23::5
forward-zone:
name: "worldly.cesidian.info"
forward-addr: 46.59.86.188
forward-addr: 2001:470:28:a1e::20
forward-zone:
name: "x-root.cesidian.info"
forward-addr: 2001:4978:f:8568::d
forward-zone:
name: "y-root.cesidian.info"
forward-addr: 209.160.54.39
forward-addr: 2001:5c0:1000:b::6287
forward-addr: 2002:d1a0:3627:1::39d
forward-zone:
name: "ns1.cesidio.net"
forward-addr: 78.47.115.193
forward-zone:
name: "ns3.cesidio.net"
forward-addr: 78.47.115.195
forward-zone:
name: "ns4.cesidio.net"
forward-addr: 78.47.115.196
forward-zone:
name: "ar-ns.world-dns.net"
forward-addr: 200.58.125.62
forward-zone:
name: "b-arpa.world-dns.net"
forward-addr: 2001:470:6c:80::2
forward-zone:
name: "d-arpa.world-dns.net"
forward-addr: 50.77.217.162
forward-addr: 2001:470:1f10:e1::2
forward-zone:
name: "h-arpa.world-dns.net"
forward-addr: 81.142.224.11
forward-addr: 217.39.171.33
forward-zone:
name: "nz-ns.world-dns.net"
forward-addr: 116.90.134.19
forward-addr: 2401:f000:32:23::5
forward-zone:
name: "t-arpa.world-dns.net"
forward-addr: 199.193.252.198
forward-addr: 2001:470:1f10:39e::2
forward-zone:
name: "u-arpa.world-dns.net"
forward-addr: 199.193.251.80
forward-addr: 2001:470:1f0e:e3b::2
forward-zone:
name: "v-arpa.world-dns.net"
forward-addr: 37.77.81.112
forward-addr: 2001:470:1f14:6a3::2
forward-zone:
name: "w-arpa.world-dns.net"
forward-addr: 199.193.255.131
forward-addr: 2001:4978:f:8568::d
forward-zone:
name: "y-arpa.world-dns.net"
forward-addr: 209.160.54.39
forward-addr: 2001:5c0:1000:b::6287
forward-addr: 2002:d1a0:3627:1::39d
forward-zone:
name: "za-ns.world-dns.net"
forward-addr: 196.41.137.142
forward-zone:
name: "ns1.pirates"
forward-addr: 78.47.115.193
forward-zone:
name: "ns4.pirates"
forward-addr: 78.47.115.196
forward-zone:
name: "a.root"
forward-addr: 78.47.115.194
forward-addr: 2001:470:1f0a:2fb::2
forward-zone:
name: "b.root"
forward-addr: 78.47.115.197
forward-addr: 2001:470:1f0a:315::2
forward-zone:
name: "c.root"
forward-addr: 84.200.212.28
forward-addr: 2001:1608:12:0:7862:bb20:212a:128
forward-zone:
name: "d.root"
forward-addr: 50.77.217.162
forward-addr: 2001:470:1f10:e1::2
forward-zone:
name: "e.root"
forward-addr: 116.90.134.19
forward-addr: 2401:f000:32:23::5
forward-zone:
name: "f.root"
forward-addr: 200.58.125.62
forward-addr: 2001:470:4:5c5::2
forward-zone:
name: "g.root"
forward-addr: 69.93.127.50
forward-addr: 2600:3c00::21:8000
forward-zone:
name: "h.root"
forward-addr: 81.142.224.11
forward-addr: 217.39.171.33
forward-zone:
name: "i.root"
forward-addr: 84.200.208.200
forward-addr: 2001:1608:12:0:7862:ab20:208a:200
forward-zone:
name: "j.root"
forward-addr: 84.200.212.38
forward-addr: 2001:1608:12:0:7862:ab14:ef56:101
forward-zone:
name: "k.root"
forward-addr: 122.155.6.181
forward-zone:
name: "l.root"
forward-addr: 182.163.74.213
forward-addr: 2001:2e8:61b:0:2:1:0:d5
forward-zone:
name: "m.root"
forward-addr: 2001:1608:12:0:7862:ab14:ef56:103
forward-zone:
name: "master.root"
forward-addr: 178.254.3.55
forward-addr: 2001:470:1f0a:2b4::2
forward-zone:
name: "n.root"
forward-addr: 46.16.232.172
forward-addr: 46.59.86.130
forward-addr: 2001:470:28:3f7::10
forward-addr: 2a02:28f0:0:a::8373:5e48
forward-zone:
name: "o.root"
forward-addr: 46.59.86.160
forward-addr: 2001:470:28:a1e::10
forward-zone:
name: "q.root"
forward-addr: 2001:4978:f:8568::3
forward-zone:
name: "r.root"
forward-addr: 196.41.137.142
forward-zone:
name: "s.root"
forward-addr: 209.160.54.37
forward-addr: 2002:d1a0:3625::37
forward-zone:
name: "t.root"
forward-addr: 199.193.252.198
forward-addr: 2001:470:1f10:39e::2
forward-zone:
name: "test.root"
forward-addr: 2001:470:6c:80::2
forward-zone:
name: "test4.root"
forward-addr: 46.59.86.188
forward-addr: 2001:470:28:a1e::20
forward-zone:
name: "u.root"
forward-addr: 199.193.251.80
forward-addr: 2001:470:1f0e:e3b::2
forward-zone:
name: "v.root"
forward-addr: 37.77.81.112
forward-addr: 2001:470:1f14:6a3::2
forward-zone:
name: "w.root"
forward-addr: 199.193.255.131
forward-addr: 2001:4978:f:8568::d
forward-zone:
name: "y.root"
forward-addr: 209.160.54.39
forward-addr: 2001:5c0:1000:b::6287
forward-addr: 2002:d1a0:3627:1::39d
# end of CesidianRoot
# dn42 : decentralized network 42 : https://dn42.net/trac/wiki/DNS
# test with "graphs.srn.dn42"
# https://en.wikipedia.org/wiki/Decentralized_network_42
forward-zone:
name: "dn42"
forward-addr: 172.22.0.53 # anycast
# i-DNS.net : 17 TLDs : Multi Lingual
# name: 公司 (big5), name: 網絡 (big5), name: 組織 (big5), name: 公司 (gb), name: 网络 (gb), name: 组织 (gb), name: "会社" # (sjis), name: "ネット" (sjis), name: "ゲーム" (sjis), name: "기관" (ksc), name: "ش" (arabic), name: "ك" (arabic), name: "م" (arabic).
# "xn--3rc8e2bb9h" (Kannada, Punycode form, .ಸಂಸ್ಧ or .org), "xn--81b8b9a9c" (Hindi, Punycode form, .जाल् or .net), "xn--c1avg" (Russian, Punycode form, .орг or .org), "xn--e1apq" (Russian, Punycode form, .нет or .net), "xn--e1ay" (Bulgarian, Punycode form, .ес), "xn--g2b9a1a" (Hindi, Punycode form, .वाण or .com), "xn--h1akdx" (Bulgarian, Punycode form, .инфо or .info), "xn--i1b6b7e" (Hindi, Punycode form, .संग or .org), "xn--j1aef" (Russian, Punycode form, .ком or .com),
# "xn--p1ag" (Russian, Punycode form, .ру or .ru), "xn--qlc9a5a" (Tamil, Punycode form, .வணி or .com), "xn--u1aaa" (Bulgarian, Punycode form, .ххх), "xn--usc8b9a" (Kannada, Punycode form, .ಜಾಲ or .net), "xn--uscn1bv9bh3h" (Kannada, Punycode form, .ವಾಣಿಜ್ಯ or .com), "xn--vf4b131b" (Korean, Punycode form, .회사 or .com), "xn--zb0bnw" (Korean, Punycode form, .기관 or .org), "xn--zv4b74y" (Korean, Punycode form, .통신 or .net).
# 208.184.174.7 # i-DNS.net a.i-dns.net San Jose, USA
# 195.161.113.189 # i-DNS.net b.i-dns.net Moscow, Russia
# 211.169.245.170 # i-DNS.net c.i-dns.net South Korea
# 203.81.44.47 # i-DNS.net d.i-dns.net Singapore
# CesidianRoot can also resolve i-DNS.net TLDs: 178.254.3.55 # Master CesidianRoot.net Root Server
# http://www.i-dns.net/download/db.cache
# Punycode based IDN, IDN TLDs can be accessed using Unicode chars)
#stub-zone:
# name: "i-dns-root-dns-server.com"
# stub-addr: 64.62.142.131 # nsa.i-dns.net
# stub-addr: 195.161.113.189 # nsb.i-dns.net
# stub-addr: 211.169.245.170 # nsc.i-dns.net
# stub-addr: 120.50.44.141 # nsd.i-dns.net
# stub-addr: 208.184.174.7
# stub-addr: 203.81.44.47
# i-DNS.net (from BIND file's A records):
forward-zone:
name: "nsa.i-dns.net"
forward-addr: 64.62.142.131
forward-zone:
name: "nsb.i-dns.net"
forward-addr: 195.161.113.189
forward-zone:
name: "nsc.i-dns.net"
forward-addr: 211.169.245.170
forward-zone:
name: "nsd.i-dns.net"
forward-addr: 120.50.44.141
forward-zone:
name: "xn--3rc8e2bb9h" # (Kannada, Punycode form, .ಸಂಸ್ಧ or .org)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--81b8b9a9c" # (Hindi, Punycode form, .जाल् or .net)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--c1avg" # (Russian, Punycode form, .орг or .org)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--e1apq" # (Russian, Punycode form, .нет or .net)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--e1ay" # (Bulgarian, Punycode form, .ес)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--g2b9a1a" # (Hindi, Punycode form, .वाण or .com)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--h1akdx" # (Bulgarian, Punycode form, .инфо or .info)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--i1b6b7e" # (Hindi, Punycode form, .संग or .org)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--j1aef" # (Russian, Punycode form, .ком or .com)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--p1ag" # (Russian, Punycode form, .ру or .ru)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--qlc9a5a" # (Tamil, Punycode form, .வணி or .com)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--u1aaa" # (Bulgarian, Punycode form, .ххх)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--usc8b9a" # (Kannada, Punycode form, .ಜಾಲ or .net)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--uscn1bv9bh3h" # (Kannada, Punycode form, .ವಾಣಿಜ್ಯ or .com)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--vf4b131b" # (Korean, Punycode form, .회사 or .com)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
forward-zone:
name: "xn--zb0bnw" # (Korean, Punycode form, .기관 or .org) # i-DNS.net
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsd.i-dns.net.
forward-addr: 120.50.44.141
forward-zone:
name: "xn--zv4b74y" # (Korean, Punycode form, .통신 or .net)
forward-host: nsa.i-dns.net.
forward-addr: 64.62.142.131
forward-host: nsb.i-dns.net.
forward-host: nsc.i-dns.net.
forward-host: nsd.i-dns.net.
forward-addr: 195.161.113.189
forward-addr: 211.169.245.170
forward-addr: 120.50.44.141
# i-DNS.net (from their website)
# name: "網絡" # (big5)
# name: "組織" # (big5)
# name: "组织" # (gb)
# name: "会社" # japanese
# name: "ネット" # japanese
# name: "ゲーム" # japanese
# name: "ش" # arabic
# name: "ك" # arabic
# name: "م" # arabic
# name: "קום" # hebrew
# name: "נט" # hebrew
# name: "ארג" # hebrew
# name: "தமிழ்நாடு" # tamil
# name: "தமிழ்" # tamil
# name: "УКР" # ukrainian (ukrainian cyrillic), means "Ukrainian"
# name: "БЛОГ" # ukrainian, means "Blog"
# end of i-DNS
# New Nations : # New-Nations.net
# OpenNIC also supports New Nations TLDSs: .ko, .ku, .rm, .te, .ti, and .uu.
#stub-zone:
# name: "new-nations-root-dns-server.net" # with this it did not work
# #name: "uu" #name: "ti" #name: "te" #name: "ku" #name: "ko" #name: "rm"
# stub-addr: 88.84.130.20 # ns1.New-Nations.net ns1 West Asia
# stub-addr: 194.50.176.206 # ns2.New-Nations.net ns2 West Asia
# New-Nations.net 6 TLDs: each has 2 NS (from BIND file's A records):
forward-zone:
name: "ns1.new-nations.uu"
forward-addr: 88.84.130.20
forward-zone:
name: "ns2.new-nations.uu"
forward-addr: 194.50.176.206
forward-zone:
name: "ns1.new-nations.ti"
forward-addr: 88.84.130.20
forward-zone:
name: "ns2.new-nations.ti"
forward-addr: 194.50.176.206
forward-zone:
name: "ns1.new-nations.te"
forward-addr: 88.84.130.20
forward-zone:
name: "ns2.new-nations.te"
forward-addr: 194.50.176.206
forward-zone:
name: "ns1.new-nations.ku"
forward-addr: 88.84.130.20
forward-zone:
name: "ns2.new-nations.ku"
forward-addr: 194.50.176.206
forward-zone:
name: "ns1.new-nations.ko"
forward-addr: 88.84.130.20
forward-zone:
name: "ns2.new-nations.ko"
forward-addr: 194.50.176.206
forward-zone:
name: "ns1.new-nations.rm"
forward-addr: 88.84.130.20
forward-zone:
name: "ns2.new-nations.rm"
forward-addr: 194.50.176.206
# Dot-Bit servers support resolving New-Nations.net TLDs
# 178.32.31.41 # ns.dot-bit.bit, 2001:41d0:2:a5d9::101,
# 108.174.61.249 # Dot-Bit v2 us, 78.47.86.43 # Dot-Bit v2 de
forward-zone:
name: "uu" # uyghur
forward-host: ns1.new-nations.uu.
forward-addr: 88.84.130.20 # n-n
forward-addr: 178.32.31.41 # d-b
forward-addr: 108.174.61.249 # d-b
forward-host: ns2.new-nations.uu.
forward-addr: 78.47.86.43 # d-b
forward-addr: 194.50.176.206 # n-n
forward-addr: 2001:41d0:2:a5d9::101 # d-b
forward-zone:
name: "ti" # tibet
forward-host: ns1.new-nations.ti.
forward-addr: 88.84.130.20 # n-n
forward-addr: 178.32.31.41 # d-b
forward-addr: 108.174.61.249 # d-b
forward-host: ns2.new-nations.ti.
forward-addr: 78.47.86.43 # d-b
forward-addr: 194.50.176.206 # n-n
forward-addr: 2001:41d0:2:a5d9::101 # d-b
forward-zone:
name: "te" # tamil eelam
forward-host: ns1.new-nations.te.
forward-addr: 88.84.130.20 # n-n
forward-addr: 178.32.31.41 # d-b
forward-addr: 108.174.61.249 # d-b
forward-host: ns2.new-nations.te.
forward-addr: 78.47.86.43 # d-b
forward-addr: 194.50.176.206 # n-n
forward-addr: 2001:41d0:2:a5d9::101 # d-b
forward-zone:
name: "ku" # kurdish
forward-host: ns1.new-nations.ku.
forward-addr: 88.84.130.20 # n-n
forward-addr: 178.32.31.41 # d-b
forward-addr: 108.174.61.249 # d-b
forward-host: ns2.new-nations.ku.
forward-addr: 78.47.86.43 # d-b
forward-addr: 194.50.176.206 # n-n
forward-addr: 2001:41d0:2:a5d9::101 # d-b
forward-zone:
name: "ko" # kosovo
forward-host: ns1.new-nations.ko.
forward-addr: 88.84.130.20 # n-n
forward-addr: 178.32.31.41 # d-b
forward-addr: 108.174.61.249 # d-b
forward-host: ns2.new-nations.ko.
forward-addr: 78.47.86.43 # d-b
forward-addr: 194.50.176.206 # n-n
forward-addr: 2001:41d0:2:a5d9::101 # d-b
forward-zone:
name: "rm" # romani
forward-host: ns1.new-nations.rm.
forward-addr: 88.84.130.20 # n-n
forward-addr: 178.32.31.41 # d-b
forward-addr: 108.174.61.249 # d-b
forward-host: ns2.new-nations.rm.
forward-addr: 78.47.86.43 # d-b
forward-addr: 194.50.176.206 # n-n
forward-addr: 2001:41d0:2:a5d9::101 # d-b
# test with "uygur.uu", "tibetsites.ti", "tibetinfo.ti"
# end of New-Nations.net
# OpenNIC (from BIND file's A, AAAA records)
forward-zone:
name: "ns2.opennic.glue"
forward-addr: 216.87.84.210
forward-addr: 2001:470:8388:10:0:100:53:10
forward-zone:
name: "ns21.opennic.glue"
forward-addr: 202.83.95.229
forward-zone:
name: "ns3.opennic.glue"
forward-addr: 199.30.58.57
forward-addr: 2001:470:8ca1::53
forward-zone:
name: "ns4.opennic.glue"
forward-addr: 84.200.228.200
forward-zone:
name: "ns5.opennic.glue"
forward-addr: 128.177.28.254
forward-zone:
name: "ns6.opennic.glue"
forward-addr: 207.192.71.13
forward-addr: 2002:cfc0:470d::1
forward-zone:
name: "ns7.opennic.glue"
forward-addr: 66.244.95.11
forward-addr: 2001:470:1f10:c6::11
forward-zone:
name: "ns8.opennic.glue"
forward-addr: 178.63.116.152
forward-addr: 2a01:4f8:110:6221::999
#forward-zone:
# name: "ns.opennicproject-root-dns-server.opennicproject"
# IN, US Anonymous Logs: yes (Info: Obfuscated immediately )
#forward-addr: 66.244.95.20
# CA, US Anonymous Logs: yes (Info: No logs kept )
#forward-addr: 74.207.247.4
# CO, US Anonymous Logs: yes (Info: Deleted after 24 hours )
#forward-addr: 216.87.84.211
# IL, US Anonymous Logs: unk (Info: )
#forward-addr: 66.90.81.200
# FR Anonymous Logs: yes (Info: Logging disabled )
#forward-addr: 94.23.246.31
# FR Anonymous Logs: yes (Info: No logs kept )
#forward-addr: 95.142.171.235
# FR Anonymous Logs: yes (Info: No logs kept )
#forward-addr: 82.237.169.10
# QLD, AU Anonymous Logs: yes (Info: Deleted after 24 hours )
#forward-addr: 202.83.95.227
# AU
#forward-addr: 58.6.115.42
#forward-first: no
# end of OpenNIC
# Telecomix http://werebuild.telecomix.org/wiki/DNS
# Censorfree
# test with "dns.tcx"
forward-zone:
name: "tcx"
forward-addr: 91.191.136.152
# Unifiedroot http://unifiedroot.com
# 175 TLDs
# test with "start.sundial", "home.blog", "city.haarlem",
# "dlife.diabetes", "tablet.demo", "nosleep.movie",
# "home.unifiedroot", "dot.music", "my.music", "home.security",
# "zion.eperiumindia", "nosleep.video", "nosleep.trailer",
# "watters.photo"
# Unifiedroot : 2 out of 8 root DNS IP addresses:
# disabled, as .com based hostname will auto resolve
#forward-zone:
# name: "a.unifiedroot.com"
# forward-addr: 93.88.144.138
# forward-addr: 2a02:520::93:88:144:138
#forward-zone:
# name: "b.unifiedroot.com"
# forward-addr: 93.88.145.138
# forward-addr: 2a02:520:2000:0:93:88:145:138
#forward-zone:
# name: "dns01.unifieddns.com"
# forward-addr: 89.207.31.5
#forward-zone:
# name: "dns01.unifieddns.com"
# forward-addr: 89.207.31.8
forward-zone:
name: "4less"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "aangifte"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "advice"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "advies"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "altus"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "annefrank"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "annexum"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "arcelik"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "architect"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "arstil"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "athletics"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "audit"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "aygaz"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "aygazeurolpg"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "xn--11but4bc0gl6cxbs" # "दिरेक्टोरी"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "bailiff"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "baseball"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "basketball"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "beko"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "belasting"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "belastingaangifte"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "belastingadvies"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "belastingbesparing"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "beldeyama"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "biletix"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "bilyoner"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "biri"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "blog"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "blomberg"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "bolsa"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "bos"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "boy"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "btw"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "busbar"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "calik"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "camping"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "campings"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "cam"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "cams"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "casinoprincess"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "chica"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "chico"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "coaching"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "cofis"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "consultancy"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "counsel"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "cricket"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "cycling"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "cyclisme"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "date"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "dating"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "dehli"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "demo"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "diabetes"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "xn--k2bnb8bybyb" # "मधुमेह"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "doganholding"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "dom"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "douane"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "e-trade"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "eae"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "eczacibasi"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "egrecht"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "eurolpg"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "expat"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "expatriate"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "export"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "financialservices"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "fiscalist"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "flowers"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "football"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "formdakal"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "futbol"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "futebol"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "gaming"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "gem"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "goal"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "goudengids"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "gprs"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "grundig"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "haarlem"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "hockey"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "ifa"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "incometax"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "inkomstenbelasting"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "internationaltax"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "ipaddress"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "ipbook"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "keysmart"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "koc"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "kocfiatkredi"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "kocnet"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "kpmg"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "kpmg-meijburg"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "kpmgmeijburg"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "language"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "lawyers"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "league"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "lifestyle"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "loonbelasting"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "management"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "meijburg"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "mobcast"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "mogaz"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "movie"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "muchacha"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "muchacho"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "mymundo"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "music" # Exist in UnifiedRoot, Name.Space
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "nurol"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "oltas"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "otoaygaz"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "otomotivlastikleri"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "pax"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "pfl"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "photo"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "pod"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "podcast"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "poker"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "princesscasino"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "princesshotel"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "project"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "racing"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "redwine"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "regalo"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "reporting"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "results"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "ringtone"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "ros"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "rose"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "rugby"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "runet"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "rus"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "sailing"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "schiphol"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
#forward-zone:
# name: "science" # Exist in UnifiedRoot, CesidioRoot
# forward-host: a.unifiedroot.com.
# forward-host: dns01.unifieddns.com.
# forward-addr: 93.88.144.138
# forward-addr: 89.207.31.5
# forward-host: b ~ h.unifiedroot.com.
# forward-host: dns02.unifieddns.com.
forward-zone:
name: "security"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "sell"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "sex"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "slots"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "soweto"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "statistics"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "sundial"
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "tax"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "taxadvice"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "taxation"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "taxlawyer"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "taxplanning"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "taxreturn"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "xn--tpra-0ra11d" # "tüpraş"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "telefoongids"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "television"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "temsa"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "tenerunacita"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "tmf"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "tmf-group"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "tmfgroup"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "tour"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "trailer"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "transferpricing"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "tupras"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "unifiedroot"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "vangelis"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "vankessel"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "vat"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "veiling"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "video"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "vliegtarieven"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "vlog"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "vodcast"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "voip"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "water"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "webtv"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "wine"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
forward-zone:
name: "zeist"
forward-host: a.unifiedroot.com.
forward-host: dns01.unifieddns.com.
forward-addr: 93.88.144.138
forward-addr: 89.207.31.5
forward-host: b.unifiedroot.com.
forward-host: c.unifiedroot.com.
forward-host: d.unifiedroot.com.
forward-host: e.unifiedroot.com.
forward-host: f.unifiedroot.com.
forward-host: g.unifiedroot.com.
forward-host: h.unifiedroot.com.
forward-host: dns02.unifieddns.com.
#forward-zone:
# name: "ह िंदुस्तान" # not right
# forward-host: a.unifiedroot.com.
# forward-host: dns01.unifieddns.com.
# forward-addr: 93.88.144.138
# forward-addr: 89.207.31.5
# forward-host: b.unifiedroot.com.
# forward-host: c ~ h .unifiedroot.com.
# forward-host: dns02.unifieddns.com.
# end of Unifiedroot
# - - - - - - - - - - - - - -
# All other TLDs, IDNs, Domain-names, etc which are not mentioned
# specifically in above, will be resolved by below choices and
# configurations.
# You have these options/choices: [ROOT ZONE]
# 1. Disable the below line which has (forward-zone:) above the
# line which has (name: "." # [Root.Zone]),
# also disable (name: "." # [Root.Zone]) line itself.
# And then you will also have to disable all lines below it
# or remove them on a backup file. By default,
# ICANN/IANA/Verisign/etc governed & operated Root DNS Servers
# are used.
# 2. You may use below two lines which has (forward-zone:)
# and (name: "." # [Root.Zone]), and then specify only your
# ISP's recursive or caching DNS srvr IP adrs(s), if they do
# not filter/censor sites. (Also see ISP section in below).
# 3. You can keep below two lines, which has (forward-zone:)
# and (name: "." # [Root.Zone]), and then specify such set of
# recursive or caching DNS/name server's IP address, which does
# not censor and can also resolve TLDs from "ICANN/IANA/Verisign
# governed or operated Root DNS Servers".
# http://en.wikipedia.org/wiki/Internet_censorship_circumvention
forward-zone:
name: "." # [Root.Zone]
# ROOT-SERVERS: governed by ICANN.
# These are used by default, when no 'forward-addr' exist after this: name "."
#forward-addr: 198.41.0.4 # ROOT-SERVERS a.root-servers.net USC-ISI, California, USA
#forward-addr: 192.5.5.241 # ROOT-SERVERS f.root-servers.net ICANN root-servers (310 TLDs), Different locations all over the World.
#forward-addr: 192.58.128.30 # ROOT-SERVERS j.root-servers.net Different locations all over the World.
#forward-addr: 193.0.14.129 # ROOT-SERVERS k.root-servers.net RIPE NCC. Netherlands & UK.
#forward-addr: 199.7.83.42 # ROOT-SERVERS l.root-servers.net Marina del Rey, California, USA
#forward-addr: 128.8.10.90 # ROOT-SERVERS d.root-servers.net University of Maryland, USA
#forward-addr: 192.36.148.17 # ROOT-SERVERS i.root-servers.net Sweden. Finland.
#forward-addr: 202.12.27.33 # ROOT-SERVERS m.root-servers.net Japan
#forward-addr: 128.63.2.53 # ROOT-SERVERS h.root-servers.net MS, USA.
#forward-addr: 192.203.230.10 # ROOT-SERVERS e.root-servers.net NASA, California, USA.
#forward-addr: 192.228.79.201 # ROOT-SERVERS
#forward-addr: 192.33.4.12 # ROOT-SERVERS
#forward-addr: 192.112.36.4 # ROOT-SERVERS
# ICANN (Internet Corporation For Assigned Names and Numbers)
# http://www.icann.org
# 21 TLDs : # ".TLD" start-yr Sponsor/Operator-Organisation Contact |
# 1 TLD (".int") IANA.
# ".aero" 2001 SITA INC USA http://www.information.aero | ".asia" 2007 DotAsia Org. http://www.registry.asia | ".biz" 2001 NeuStar http://neustarregistry.biz/ | ".cat" 2005 Fundació puntCAT http://www.domini.cat |
# ".com" 1985 Verisign | ".coop" 2001 DotCooperation, LLC http://www.coop/ | ".edu" 1985 EDUCAUSE http://www.educause.edu/edudomain | ".gov" 1985 US General Services Administration http://www.nic.gov |
# ".info" 2001 Afilias Ltd http://www.afilias.info | ".int" 1998 IANA http://www.iana.org/int-dom/int.htm | ".jobs" 2005 Employ Media LLC http://www.goto.jobs/ |
# ".mil" 1985 US DoD Network Information Center http://www.nic.mil | ".mobi" 2005 mTLD Top Level Domain Ltd (now, Afilias Technologies Limited) d/b/a dotMobi http://www.dotmobi.mobi | ".museum" 2001 Museum Domain Management Association International, (MDI) http://www.nic.museum | ".name" 2001 VeriSign Information Services, Inc. |
# ".net" 1985 VeriSign, Inc. | ".org" 1985 Public Interest Registry http://www.pir.org | ".post" 2009 Universal Postal Union http://www.upu.int/ | ".pro" 2002 Registry Services Corporation http://www.registrypro.pro |
# ".tel" 2006 Telnic Ltd http://www.telnic.org | ".travel" 2005 Tralliance Registry Management Company, LLC. http://www.tralliance.travel | ".xxx" 2011 ICM Registry, LLC http://www.about.xxx/ |
# Verisign = http://www.verisigninc.com/en_US/products-and-services/domain-name-services/index.xhtml
# IANA (Internet Assigned Numbers Authority)
# Root Zone DB : https://www.iana.org/domains/root/db/
# is gTLDs & ccTLDs.
# IANA is responsible for coordinating the Internet's globally
# unique identifiers, and is operated by the ICANN.
# IANA is the manager of the DNS root zone, IANA is responsible
# for coordinating these delegations with Sponsor & Operator
# Organisations.
# 255 ccTLDs + 2 IANA .arpa .int TLDs + 39 IDNs + 11 Test IDNs = 307 TLDs.
# 307 TLDs + 21 Sponsor/Operator Organisation TLDs = 328 TLDs.
# As of (2012-09-04 y-m-d).
# ".arpa", ".ac", ".ad", ".ae", ".af", ".ag", ".ai", ".al", ".am", ".an", ".ao", ".aq", ".ar", ".as", ".at", ".au", ".aw", ".ax", ".az", ".ba", ".bb", ".bd", ".be", ".bf", ".bg", ".bh", ".bi", ".bj", ".bl", ".bm", ".bn", ".bo", ".bq", ".br", ".bs", ".bt", ".bv", ".bw", ".by", ".bz", ".ca", ".cc", ".cd", ".cf", ".cg", ".ch", ".ci", ".ck", ".cl", ".cm", ".cn", ".co", ".cr", ".cu", ".cv", ".cw", ".cx", ".cy", ".cz", ".de", ".dj", ".dk", ".dm",
# ".do", ".dz", ".ec", ".ee", ".eg", ".eh", ".er", ".es", ".et", ".eu", ".fi", ".fj", ".fk", ".fm", ".fo", ".fr", ".ga", ".gb", ".gd", ".ge", ".gf", ".gg", ".gh", ".gi", ".gl", ".gm", ".gn", ".gp", ".gq", ".gr", ".gs", ".gt", ".gu", ".gw", ".gy", ".hk", ".hm", ".hn", ".hr", ".ht", ".hu", ".id", ".ie", ".il", ".im", ".in", ".io", ".iq", ".ir", ".is", ".it", ".je", ".jm", ".jo", ".jp", ".ke", ".kg", ".kh", ".ki", ".km", ".kn", ".kp", ".kr", ".kw",
# ".ky", ".kz", ".la", ".lb", ".lc", ".li", ".lk", ".lr", ".ls", ".lt", ".lu", ".lv", ".ly", ".ma", ".mc", ".md", ".me", ".mf", ".mg", ".mh", ".mk", ".ml", ".mm", ".mn", ".mo", ".mp", ".mq", ".mr", ".ms", ".mt", ".mu", ".mv", ".mw", ".mx", ".my", ".mz", ".na", ".nc", ".ne", ".nf", ".ng", ".ni", ".nl", ".no", ".np", ".nr", ".nu", ".nz", ".om", ".pa", ".pe", ".pf", ".pg", ".ph", ".pk", ".pl", ".pm", ".pn", ".pr", ".ps", ".pt", ".pw", ".py", ".qa",
# ".re", ".ro", ".rs", ".ru", ".rw", ".sa", ".sb", ".sc", ".sd", ".se", ".sg", ".sh", ".si", ".sj", ".sk", ".sl", ".sm", ".sn", ".so", ".sr", ".ss", ".st", ".su", ".sv", ".sx", ".sy", ".sz", ".tc", ".td", ".tf", ".tg", ".th", ".tj", ".tk", ".tl", ".tm", ".tn", ".to", ".tp", ".tr", ".tt", ".tv", ".tw", ".tz", ".ua", ".ug", ".uk", ".um", ".us", ".uy", ".uz", ".va", ".vc", ".ve", ".vg", ".vi", ".vn", ".vu", ".wf", ".ws", ".ye", ".yt", ".za", ".zm", ".zw",
# 39 IDN TLDs : ".한국"=".xn--3e0b707e", ".ভারত"=".xn--45brj9c", ".বাংলা"="xn--54b7fta0cc" (p did not resolve), ".ҚАЗ"=".xn--80ao21a", ".СРБ"=".xn--90a3ac", ".சிங்கப்பூர்"=".xn--clchc0ea0b2g2a9gcd", ".中国"=".xn--fiqs8s", ".中國"=".xn--fiqz9s", ".భారత్"=".xn--fpcrj9c3d", ".ලංකා"=".xn--fzc2c9e2c", ".ભારત"=".xn--gecrj9c", ".भारत"=".xn--h2brj9c",
# ".УКР"="xn--m0amh" (p did not resolve), ".香港"=".xn--j6w193g", ".台湾"=".xn--kprw13d", ".台灣"=".xn--kpry57d", ".МОН"="xn--o0acc" (p did not resolve),
# ".الجزائر"=".xn--lgbbat1ad8j", ".عمان"="xn--mgb9awbf", ".ایران",="xn--mgba3a4f16a" (p did not resolve), ".امارات"=".xn--mgbaam7a8h", ".پاکستان",="xn--mgbai9azgqp6j" (p did not resolve), ".الاردن"=".xn--mgbayh7gpa", ".بھارت"=".xn--mgbbh1a71e", ".المغرب"=".xn--mgbc0a9azcg", ".السعودية"=".xn--mgberp4a5d4ar", ".مليسيا"="xn--mgbx4cd0ab" (p did not resolve), ".გე",="xn--node" (p did not resolve),
# ".ไทย"=".xn--o3cw4h", ".سورية"=".xn--ogbpf8fl", ".РФ"=".xn--p1ai", ".تونس"=".xn--pgbs0dh", ".ਭਾਰਤ"=".xn--s9brj9c", ".مصر"=".xn--wgbh1c", ".قطر"="xn--wgbl6a", ".இலங்கை"="xn--xkc2al3hye2a", ".இந்தியா"="xn--xkc2dl3a5ee0h", ".新加坡"="xn--yfro4i67o", ".فلسطين"="xn--ygbi2ammx",
# 11 Test IDN TLDs : ".测试"=".xn--0zwm56d", ".परीक्षा"=".xn--11b5bs3a9aj6g", ".ИСПЫТАНИЕ"=".xn--80akhbyknj4f", ".테스트"=".xn--9t4b11yi5a", ".טעסט"=".xn--deba0ad", ".測試"=".xn--g6w251d", ".آزمایشی"=".xn--hgbk6aj7f53bba", ".பரிட்சை"=".xn--hlcj6aya9esc7a", ".ΔΟΚΙΜΉ"="δοκιμή"=".xn--jxalpdlp", ".إختبار"=".xn--kgbechtv", ".テスト"="xn--zckzah".
# Disabled section:
# If you are using this 3rd Party DNS resolver inside a VM (Virtual
# Machine (VirtualBox, VMWare, etc) which need to send all DNS thru
# Tor proxy, OR, this DNS resolver is running on a Tor Exit-Node,
# only in such above cases, enable 'TorDNS' on mentioned @port in
# torrc, and then enable this (below 3 lines) section.
# forward-addr: 127.0.0.1@54 # Tor. Resolve *.onion "hidden-service" hostnames/domains. If you've installed/using Tor.
# forward-addr: 127.0.0.1@55 # Tor *.onion "hidden-service" hostnames/domains. If you've installed/using 2nd Tor.
# forward-addr: 127.0.0.1@56 # Tor *.onion "hidden-service" hostnames/domains. If you've installed/using 3rd Tor.
# FoeBuD : foebud.org : public “anti-censorship” DNS server.
# The group has links with organisations such as the German Working
# Group against Data Retention (Arbeitskreis Vorratsdatenspeicherung)
# and the Chaos Computer Club, and it is a member of the umbrella
# organisation European Digital Rights. FoeBuD stands for (Verein zur
# Förderung des öffentlichen bewegten und unbewegten Datenverkehrs) is a
# German privacy and digital rights organisation. FoeBuD is known for
# organising the German Big Brother Awards. These negative awards
# recognise “companies, institutions and persons who act in a prominent
# and sustained way to invade people's privacy or leak (personal) data
# to third parties”. FoeBuD organises an annual award ceremony featuring
# “winners” in various categories.
forward-addr: 85.214.20.141 # since 2009. Their website showed this.
forward-addr: 85.214.73.63 # accordin to other than wikipedia
# article, an user posted on DSLReports, that FoeBuD e.V. DNS address
# is this.
# TeleComix dns.telecomix.org
# Everywhere in the world, more or less, someone is trying to block
# your internet traffic. Telecomix does not approve. We hack your
# blocks away! This service is brought to you by the workgroup "Denial
# of Nameserver Structure". This group is a joint collaboration
# between the "Telecomix Crypto Munitions Bureau" and the "Telecomix
# Communications Agency". Telecomix believes in the freedom of all
# kinds of data. Censorship on a DNS level only belong in
# authoritarian regimes that do not trust people to communicate
# freely. Blocking of complete websites is contrary to the fundamental
# right to freedom of speech as enshrined in various legislative
# instruments, including the European Convention on Human Rights. And,
# it is really easy to circumvent.
forward-addr: 91.191.136.152 # Telecomix Censorship-proof DNS
#forward-addr: 85.229.85.109
# Chaos Computer Club Berlin : http://www.chaoscomputerclub.de/en/censorship/dns-howto
# censorfree.
forward-addr: 213.73.91.35 # (dnscache.berlin.ccc.de)
# Dotplex (really censorfree?)
forward-addr: 91.102.11.144
forward-addr: 212.222.128.86
# German Privacy Foundation e.V. : http://server.privacyfoundation.de/
# censor-free
forward-addr: 87.118.100.175 # (Ports 53,110, DNSSEC IPv6)
forward-addr: 94.75.228.29 # (Ports: 53, 110, HTTPS-DNS, DNSSEC, IPv6)
# Posted by an user on DslReports: 62.141.58.13, 85.25.251.254,
# 87.118.100.175, 87.118.104.203, 94.75.228.29.
# Swiss Privacy Foundation : http://www.privacyfoundation.ch/
# censor-free
forward-addr: 87.118.104.203 # (Ports: 53, 110, DNSSEC)
forward-addr: 62.141.58.13 # (Ports: 53, 110, HTTPS-DNS, DNSSEC IPv6)
forward-addr: 87.118.109.2 # (Ports: 53, 110, DNSSEC)
# Antartica DNS (Cyberbunker NL) (really censorfree?)
forward-addr: 84.22.106.30
# Public-Root ( http://public-root.com) resolves resolves all 5 kinds of
# TLDs globally:
# hint root cache : http://public-root.net/hint.txt
# ccTLDs (country code TLDs) authorized ccTLD Registrar: IANA. (http://www.iana.org/).
# gTLDs (generic TLDs) authorized gTLD Registrar: ICANN. (http://icann.org/).
# cTLDs (corporate TLDs) accredited cTLD Registrars: UN1D (http://un1d.com/) & TLD.NAME (http://tld.name/).
# pTLDs (public TLDs) accredited pTLD Registrars: UN1D & TLD.NAME.
# dTLDs (dormant TLDs).
forward-addr: 84.22.106.2 # a.public-root.net Amsterdam, Netherlands
forward-addr: 79.172.201.120 # b.public-root.net Budapest, Hungary
forward-addr: 91.209.12.254 # c.public-root.net Paris, France
forward-addr: 80.252.121.2 # d.public-root.net London, UK
forward-addr: 84.22.100.25 # f.public-root.net Melbourne, Victoria, Australia
forward-addr: 84.22.100.89 # j.public-root.net Singapore
forward-addr: 199.5.157.131 # Public-Root g.public-root.net USA
forward-addr: 208.71.35.137 # Public-Root h.public-root.net USA
forward-addr: 209.97.202.107 # Public-Root e.public-root.net Canada
forward-addr: 91.121.45.127 # Public-Root c.public-root.net France
forward-addr: 122.183.133.220 # Public-Root i.public-root.net India
forward-addr: 82.146.40.113 # Public-Root k.public-root.net Russia
forward-addr: 200.37.61.62 # Public-Root m.public-root.net Peru
forward-addr: 128.65.160.37 # l.public-root.net Tehran, Iran
#forward-addr: 91.186.213.6 # Public-Root l.public-root.net Iran
# Public-Root: hint file : http://public-root.net/hint.txt
# Hint file may have these names : root.hint ,
# root/index.php?p=domains&id=44t.cache , root.ca , named.hint.
# NameCoin / BitDomains :
#forward-addr: 178.32.31.41 # NameCoin/BitCoin/BitDomains
# Comodo SecureDNS server :
# Filters/Blocks phishing, malware, spyware, etc sites using RBL
# (real-time block list).
#forward-addr: 8.26.56.26 # Comodo SecureDNS server.
## 8.26.56.26, 8.20.247.20, 156.154.70.22.
#forward-addr: 8.20.247.20 # Comodo SecureDNS server
# Norton DNS / Symantec Corp :
# Blocks/Filters malware, phishing sites. send to different site for
# misspelled domain thus NXDOMAIN return does not work properly for
# those depends on it.
# 198.153.192.50, 198.153.194.50 < block/filters malicious/phishing
# sites + pornography. 198.153.192.60, 198.153.194.60 blocks/filters
# malicios+phishing sites, pornography & non-family-friendly sites.
# Non-Family-Friendly objects are "mature content, abortion, alcohol,
# crime, cult, drugs, gambling, hate, sexual orientation, suicide,
# tobacco or violence".
#forward-addr: 198.153.192.40 # Norton DNS . Filtered.
#forward-addr: 198.153.194.40 # Norton DNS . Filtered.
# DnsAdvantage / NeuStar :
# Blocks/Filters (only few) malicious sites.
# http://www.neustar.biz/enterprise/dns-services/free-recursive-dns
#forward-addr: 156.154.70.1 # DnsAdvantage/NeuStar USA, UK, Netherlands, S. Africa, India, China, Hong Kong, AU, Luxembourg
#forward-addr: 156.154.71.1 # DnsAdvantage/NeuStar
# 156.154.70.1, 156.154.71.1.
# ISP DNS Server:
# If your ISP does not forward, filter, redirect DNS queries or result,
# then, mention them here
# ISPs which connects your home/office with Internet, usually uses
# recursive DNS servers.
# Local Router. It uses your ISP's DNS servers. Unless you changed to
# something else, inside the router:
##forward-addr: 192.168.0.1 # Local Router
# UnifiedRoot : Netherlands . Unifiedroot caching DNS servers, are a
# collection of 8 sets of DNS servers placed on several locations
# around the globe. The servers are named from dns 1 to dns 8 with
# the unifiedroot.com domain suffix.
forward-addr: 93.88.144.138 # a.unifiedroot.com
forward-addr: 93.88.145.138 # b.unifiedroot.com
forward-addr: 93.88.146.138 # c.unifiedroot.com
forward-addr: 93.88.147.138 # d.unifiedroot.com
forward-addr: 93.88.148.138 # e.unifiedroot.com
forward-addr: 93.88.149.138 # f. unifiedroot.com
forward-addr: 93.88.150.138 # g.unifiedroot.com
forward-addr: 93.88.151.138 # h.unifiedroot.com
#forward-addr: 2a02:520::93:88:144:138 # a.unifiedroot.com
#forward-addr: 2a02:520:2000:0:93:88:145:138 # b.unifiedroot.com
# UnifiedRoot : Unifiedroot root system DNS servers:
#forward-addr: 93.88.144.10 # UnifiedRoot a.unifiedroot.com
#forward-addr: 93.88.145.10 # UnifiedRoot b.unifiedroot.com
# c.unifiedroot.com 93.88.146.10 , d.unifiedroot.com 93.88.147.10 , e.unifiedroot.com 93.88.148.10 ,
# f.unifiedroot.com 93.88.149.10 , g.unifiedroot.com 93.88.150.10 , h.unifiedroot.com 93.88.151.10
# CensurFriDNS.dk : avoid DNS censorship.
forward-addr: 89.233.43.71 # CenSurFriDns.dk ns1.censurfridns.dk Denmark
forward-addr: 89.104.194.142 # CenSurFriDns.dk ns2.censurfridns.dk Denmark
#ns1.censurfridns.dk / 89.233.43.71 / 2002:d596:2a92:1:71:53::
#ns2.censurfridns.dk / 89.104.194.142 / 2002:5968:c28e::53
#operated & run & owned by Thomas Steen Rasmussen in Denmark.
# Google Public DNS provides recursive nameserver addresses for public
# use. Partially supports DNSSEC. Does not redirect so NXDOMAIN return
# works. Also sends REFUSED for domains which doesn't exist instead of
# always returning NXDOMAIN. Keeps/stores records/logs of all queries.
# Resistant to DNS cache poisoning including "Kaminsky Flaw" attacks as
# well as Denial-of-service attacks.
#forward-addr: 8.8.8.8 # Google Public DNS USA
#forward-addr: 8.8.4.4 # Google Public DNS USA
# PRIVACY ISSUE : It is stated that for the purposes of performance and
# security, only the user's IP address (deleted after 24 hours), ISP,
# and location information (kept permanently) are stored on the
# servers.
# ValiDOM : censor-free.
# http://validom.net/blog/2009/04/21/freie-nameserver-von-validom/
forward-addr: 78.46.89.147
# ScrubIt :
##forward-addr: 67.138.54.100 # ScrubIt. no porn/malicious. Filtered.
##forward-addr: 207.225.209.66 # ScrubIt. no porn/malicious. Filtered.
# OpenDNS: opendns.com
# recursive nameservers. OpenDNS applies phishing filters, domain
# blocking and typo correction. These 208.67.222.123, 208.67.220.123
# blocks pornography, proxy servers, phishing sites and some malware.
##forward-addr: 208.67.222.222 # OpenDNS.com resolver4.opendns.com SanFrancisco,USA. Blocks/Filters only malicious sites.
##forward-addr: 208.67.220.220 # OpenDNS.com resolver2.opendns.com SanFrancisco,USA. Blocks/Filters only malicious sites.
# 208.67.222.222 (resolver1.opendns.com), 208.67.220.220 (resolver2.opendns.com),
# GTEI / Level3, now owned by Verizon
# Filtered. Published on News.
##forward-addr: 4.2.2.1 # Level3 USA. Filtered.
##forward-addr: 4.2.2.2 # Level3 vnsc-bak.sys.gtei.net Colorado,USA. Filtered.
# END of 'service.conf' / 'unbound.conf' file of 'unbound'.
</textarea></center><br />
Short Note: Quickly modify above "service.conf" (or your "unbound.conf") to immediately start to use only "ICANN/IANA/Verisign/etc governed or operated Root DNS Servers" (instead of using Censorship-free DNS Servers) and also resolve domains based on these TLDs: First save the above "service.conf" file as "service.utf8.conf" file using UTF-8 character encoding, to keep Unicode characters intact and as a backup. And then again save the above "service.conf" file as "service.conf" file inside "C:\Program Files\Unbound" folder (this time use 'ANSI' character encoding, if your text editor software has that option). Find (Ctrl+F) the line which has ** name: "." # [Root.Zone] ** words inside the "service.conf" file, and then erase all lines below it, and also delete the line which has ** forward-zone: ** just 1 line above the ** name: "." # [Root.Zone] ** line, and also delete the ** name: "." # [Root.Zone] ** line itself. Save (Ctrl+S) "service.conf" file.
After saving this config file, now follow the Unbound section (7) (named.cache section) on parent page.
Credits
By Bry8Star. Copyright (c) 2012 Bry8Star (bry8star a.t yahoo d.o.t com).