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>
This commit is contained in:
Terry Stockert
2017-03-23 17:26:44 -05:00
parent 7a7887f7ee
commit efe6255186
2 changed files with 24 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
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