net/dnscrypt-proxy: fix block_ipv6 param in init script
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
This commit is contained in:
parent
a4fbcb44fe
commit
c3b0a36db4
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dnscrypt-proxy
|
PKG_NAME:=dnscrypt-proxy
|
||||||
PKG_VERSION:=1.9.5
|
PKG_VERSION:=1.9.5
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy \
|
PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy \
|
||||||
|
|
|
@ -53,9 +53,9 @@ create_config_file() {
|
||||||
append_param_not_empty "QueryLogFile" "$query_log_file" $config_path
|
append_param_not_empty "QueryLogFile" "$query_log_file" $config_path
|
||||||
if [ $plugins_support_enabled -ne 0 ]
|
if [ $plugins_support_enabled -ne 0 ]
|
||||||
then
|
then
|
||||||
append_yes_no "block_ipv6" $block_ipv6 $config_path
|
append_yes_no "BlockIPv6" $block_ipv6 $config_path
|
||||||
else
|
else
|
||||||
log_ignored_param "BlockIPv6"
|
log_ignored_param "block_ipv6"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $plugins_support_enabled -ne 0 ]
|
if [ $plugins_support_enabled -ne 0 ]
|
||||||
|
|
Loading…
Reference in a new issue