mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 01:21:16 +08:00
17 lines
395 B
Plaintext
17 lines
395 B
Plaintext
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_LIBIDN2
|
|
bool "GETDNS_ENABLE_IDN_LIBIDN2"
|
|
help
|
|
getdns can be configured with some IDN Support. (Requires libidn2 dependency)
|
|
default n
|
|
|
|
endmenu
|