acme: Include empty 'dns' config option by default
This should hopefully prevent issues with that option not showing up in the GUI, like in #11095. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
This commit is contained in:
parent
e64935ea0b
commit
c6b4d7f367
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=acme
|
||||
PKG_VERSION:=2.8.3
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/Neilpang/acme.sh/tar.gz/$(PKG_VERSION)?
|
||||
|
|
|
@ -10,4 +10,5 @@ config cert 'example'
|
|||
option update_uhttpd 1
|
||||
option update_nginx 1
|
||||
option webroot ""
|
||||
option dns ""
|
||||
list domains example.org
|
||||
|
|
Loading…
Reference in a new issue