From c3b0a36db4e0778da32f95e28b7968a4ae4a2502 Mon Sep 17 00:00:00 2001 From: Damiano Renfer Date: Sat, 27 May 2017 11:12:47 +0200 Subject: [PATCH] net/dnscrypt-proxy: fix block_ipv6 param in init script Signed-off-by: Damiano Renfer --- net/dnscrypt-proxy/Makefile | 2 +- net/dnscrypt-proxy/files/dnscrypt-proxy.init | 4 ++-- 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 ]