aboutsummaryrefslogtreecommitdiff
path: root/net/dnscrypt-proxy
diff options
context:
space:
mode:
authorDamiano Renfer <damiano.renfer@gmail.com>2017-05-27 11:12:47 +0200
committerDamiano Renfer <damiano.renfer@gmail.com>2017-05-27 11:12:47 +0200
commitc3b0a36db4e0778da32f95e28b7968a4ae4a2502 (patch)
tree9972f9893562cf997402a28234b2091fe1e615cd /net/dnscrypt-proxy
parenta4fbcb44fe69f4be29a0e543d402369a8890a3f1 (diff)
net/dnscrypt-proxy: fix block_ipv6 param in init script
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
Diffstat (limited to 'net/dnscrypt-proxy')
-rw-r--r--net/dnscrypt-proxy/Makefile2
-rw-r--r--net/dnscrypt-proxy/files/dnscrypt-proxy.init4
2 files changed, 3 insertions, 3 deletions
diff --git a/net/dnscrypt-proxy/Makefile b/net/dnscrypt-proxy/Makefile
index 0e14223cb..c82d8fd04 100644
--- a/net/dnscrypt-proxy/Makefile
+++ b/net/dnscrypt-proxy/Makefile
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnscrypt-proxy
PKG_VERSION:=1.9.5
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy \
diff --git a/net/dnscrypt-proxy/files/dnscrypt-proxy.init b/net/dnscrypt-proxy/files/dnscrypt-proxy.init
index 6dca527da..99d8e0d1f 100644
--- a/net/dnscrypt-proxy/files/dnscrypt-proxy.init
+++ b/net/dnscrypt-proxy/files/dnscrypt-proxy.init
@@ -53,9 +53,9 @@ create_config_file() {
append_param_not_empty "QueryLogFile" "$query_log_file" $config_path
if [ $plugins_support_enabled -ne 0 ]
then
- append_yes_no "block_ipv6" $block_ipv6 $config_path
+ append_yes_no "BlockIPv6" $block_ipv6 $config_path
else
- log_ignored_param "BlockIPv6"
+ log_ignored_param "block_ipv6"
fi
if [ $plugins_support_enabled -ne 0 ]