mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
net/dnscrypt-proxy: fix block_ipv6 param in init script
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user