mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #12628 from jonathanunderwood/openwrt-19.07-stubby-fix-tls-port
[19.07] stubby: fix handling of tls_port config option
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=stubby
|
PKG_NAME:=stubby
|
||||||
PKG_VERSION:=0.2.6
|
PKG_VERSION:=0.2.6
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
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)
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ generate_config()
|
|||||||
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\""
|
||||||
|
|
||||||
config_get tls_auth_port "$config" tls_port ""
|
config_get tls_port "$config" tls_port ""
|
||||||
if [ -n "$tls_port" ]; then
|
if [ -n "$tls_port" ]; then
|
||||||
echo " tls_port: $tls_port"
|
echo " tls_port: $tls_port"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user