mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
getdns: Initial commit of openwrt package for getdns library
Signed-off-by: David Mora <iamperson347+public@gmail.com>
This commit is contained in:
@@ -0,0 +1,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
|
||||
bool "GETDNS_ENABLE_IDN"
|
||||
help
|
||||
getdns can be configured with some IDN Support. (Requires libidn dependency)
|
||||
default n
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user