blob: c1246a3cae937d93d18b4f7d7ad575fa35d6a4ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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_LIBIDN
bool "GETDNS_ENABLE_IDN_LIBIDN"
help
getdns can be configured with some IDN Support. (Requires libidn dependency)
default n
endmenu
|