Merge pull request #4393 from damianorenfer/hotfix-dnscrypt-proxy-init
net/dnscrypt-proxy: fix block_ipv6 param in init script
This commit is contained in:
commit
296ad48fcf
2 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue