dim_output_bind/dim_output_bind.ini.sample

33 lines
937 B
Plaintext

[default]
# server defines the server address to pull the update list from.
server = http://url.to.dim
# Set the output name to update the specific output queue.
output = test
# username is the user as which to connect.
# This is important as the user requires the permission to update the
# output queue.
username = myuser
# Set a password if one was set for the user account.
password = none
# Set the directory where all zone files are located. It should be outside
# of any other config files.
zone_dir = /tmp/zones/
# Set the filename format for the generated zone files. %s will be replaced
# with the zone name.
filename = %s.zone
[command]
# Set the command to run, when a zone was added.
# add_zone = nsd-control addzone %s forward
# Set the command to run after a zone was deleted.
# del_zone = nsd-control delzone %s
# Set the command to reload a zone after the file was updated.
# reload_zone = nsd-control reload %s