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
382 B

menu "Configuration"
depends on PACKAGE_getdns
config GETDNS_ENABLE_STUB_ONLY
bool "Stub resolution mode only"
default y
help
getdns can be configured for stub resolution mode only (removes libunbound dependency).
config GETDNS_ENABLE_IDN_LIBIDN2
bool "IDN support"
default n
help
getdns can be configured with some IDN Support (requires libidn2 dependency).
endmenu