2018-01-14 13:55:59 +00:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_getdns
|
|
|
|
|
|
|
|
config GETDNS_ENABLE_STUB_ONLY
|
|
|
|
bool "GETDNS_ENABLE_STUB_ONLY"
|
|
|
|
help
|
|
|
|
getdns can be configured for stub resolution mode only. (Removes libunbound dependency)
|
|
|
|
default y
|
|
|
|
|
2018-04-17 22:10:59 +00:00
|
|
|
config GETDNS_ENABLE_IDN_LIBIDN2
|
|
|
|
bool "GETDNS_ENABLE_IDN_LIBIDN2"
|
2018-01-14 13:55:59 +00:00
|
|
|
help
|
2018-04-17 22:10:59 +00:00
|
|
|
getdns can be configured with some IDN Support. (Requires libidn2 dependency)
|
2018-01-14 13:55:59 +00:00
|
|
|
default n
|
|
|
|
|
|
|
|
endmenu
|