stubby: quote address value in config
fixes #17421 Signed-off-by: Dmitry Mikhirev <mikhirev@gmail.com>
This commit is contained in:
parent
87c393f0ae
commit
bdd264b890
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stubby
|
PKG_NAME:=stubby
|
||||||
PKG_VERSION:=0.4.0
|
PKG_VERSION:=0.4.0
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/getdnsapi/$(PKG_NAME)
|
PKG_SOURCE_URL:=https://github.com/getdnsapi/$(PKG_NAME)
|
||||||
|
|
|
@ -157,7 +157,7 @@ generate_config()
|
||||||
upstream_recursive_servers_section=1
|
upstream_recursive_servers_section=1
|
||||||
fi
|
fi
|
||||||
config_get address "$config" address
|
config_get address "$config" address
|
||||||
echo " - address_data: $address"
|
echo " - address_data: \"$address\""
|
||||||
|
|
||||||
config_get tls_auth_name "$config" tls_auth_name
|
config_get tls_auth_name "$config" tls_auth_name
|
||||||
echo " tls_auth_name: \"$tls_auth_name\""
|
echo " tls_auth_name: \"$tls_auth_name\""
|
||||||
|
|
Loading…
Reference in a new issue