Created
December 11, 2016 22:01
-
-
Save rhaamo/620495336afe9a9ad4c9251779b30038 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NSD configuration file for Debian. | |
# | |
# See the nsd.conf(5) man page. | |
server: | |
ip-address: 0.0.0.0 | |
port: 53 | |
server-count: 1 | |
ip4-only: yes | |
hide-version: yes | |
identity: "" | |
zonesdir: "/etc/nsd/zones" | |
zone: | |
name: google.fr | |
zonefile: google.fr | |
notify: 1.2.3.4 NOKEY | |
provide-xfr: 1.2.3.4 NOKEY | |
# The following line includes additional configuration files from the | |
# /etc/nsd/nsd.conf.d directory. | |
# WARNING: The glob style doesn't work yet... | |
# include: "/etc/nsd/nsd.conf.d/*.conf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment