mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 22:41:43 +08:00
stubby: quote address value in config
fixes #17421 Signed-off-by: Dmitry Mikhirev <mikhirev@gmail.com>
This commit is contained in:
parent
af0cc12e09
commit
35d0fb1c82
@ -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 New Issue
Block a user