multinsupd.conf 732 B

12345678910111213141516171819202122232425262728
  1. #####################################################
  2. # multinsupd.conf
  3. #
  4. # This is the sample configuration file for the
  5. # multnsupd.pl nsupdate filter script.
  6. #
  7. # See COPYING for licensing information.
  8. #
  9. #####################################################
  10. # Parameter values accumulate
  11. # parm = value1
  12. # parm = value2
  13. # is the same as
  14. # parm = value1 value2
  15. # logger command
  16. logger = /usr/bin/logger -t gnudip-multi
  17. # additional aliases for other.dyn.you.ca
  18. # - the aliases must be in zones with the same TSIG key
  19. # as the zone of the GnuDIP subdomain, since the
  20. # updates are done in the same execution of nsupdate
  21. alias.other.dyn.you.ca = other.ca
  22. alias.dyn.you.ca = www.other.ca
  23. alias.dyn.you.ca = ftp.other.ca