17 lines
378 B
Text
17 lines
378 B
Text
|
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
|
||
|
|
||
|
config GETDNS_ENABLE_IDN
|
||
|
bool "GETDNS_ENABLE_IDN"
|
||
|
help
|
||
|
getdns can be configured with some IDN Support. (Requires libidn dependency)
|
||
|
default n
|
||
|
|
||
|
endmenu
|