1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
openwrt-packages/net/dnscrypt-proxy/Config.in
Terry Stockert efe6255186 dnscrypt-proxy: add optional plugins
The init script already supports four plugins: dns cache, dns/ip blocking,
ipv6 blocking and dns logging.  If enabled this option installs these four
plugins and also adds libldns as a dependency.  If enabled the total size
increase is around 125 kB.

Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
2017-03-25 12:21:18 -05:00

9 lines
194 B
Plaintext
Executable File

menu "Configuration"
depends on PACKAGE_dnscrypt-proxy
config DNSCRYPT_ENABLE_PLUGINS
bool "Enable plugin support (includes libldns and plugins, increases size by 125kB)"
default n
endmenu