summaryrefslogtreecommitdiff
path: root/source4/setup/named.conf
blob: 56bb3e0f35b7f0191e270a783ec1cd10aee5ab87 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Insert this snippit into your named.conf or bind.conf to configure
# the BIND nameserver.
#

zone "${DNSDOMAIN}." IN {
        type master;
        file "${DNSDOMAIN}.zone";
};