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.

16 lines
378 B

  1. menu "Configuration"
  2. depends on PACKAGE_getdns
  3. config GETDNS_ENABLE_STUB_ONLY
  4. bool "GETDNS_ENABLE_STUB_ONLY"
  5. help
  6. getdns can be configured for stub resolution mode only. (Removes libunbound dependency)
  7. default y
  8. config GETDNS_ENABLE_IDN
  9. bool "GETDNS_ENABLE_IDN"
  10. help
  11. getdns can be configured with some IDN Support. (Requires libidn dependency)
  12. default n
  13. endmenu