Config.in 548 B

1234567891011121314151617
  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. endif