You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1 KiB

  1. if PACKAGE_bind-server
  2. config BIND_ENABLE_FILTER_AAAA
  3. bool
  4. default y
  5. prompt "Enable filtering of AAAA records returned to the client"
  6. help
  7. BIND 9 has an option to filter AAAA (IPv6 address) records
  8. returned to the client based on the transport used for the
  9. query, and other filtering conditions. This filtering does
  10. not affect the recursive queries made by the server (if
  11. any) as a result of the client request.
  12. Additional details are available at
  13. https://kb.isc.org/article/AA-00576/0/Filter-AAAA-option-in-BIND-9-.html
  14. config BIND_LIBJSON
  15. bool
  16. default n
  17. prompt "Include libjson support in bind-server"
  18. help
  19. BIND 9 supports reporting statistics about usage. libjson
  20. is required to report server statistics in JSON format.
  21. Building with libjson support will require the libjson-c
  22. package to be installed as well.
  23. config BIND_LIBXML2
  24. bool
  25. default n
  26. prompt "Include libxml2 support in bind-server"
  27. help
  28. BIND 9 supports reporting statistics about usage.
  29. libxml2 is required to report server statistics in XML
  30. format. Building with libjson support will require the
  31. libxml2 package to be installed as well.
  32. endif