mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
luci-app-acme: Add dns_wait option
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
committed by
Toke Høiland-Jørgensen
parent
72366a9f0c
commit
e65f854c08
@@ -165,6 +165,13 @@ return view.extend({
|
||||
o.depends("validation_method", "dns");
|
||||
o.modalonly = true;
|
||||
|
||||
o = s.taboption('challenge_dns', form.Value, 'dns_wait', _('Wait for DNS update'),
|
||||
_('Seconds to wait for a DNS record to be updated before continue.') + '<br />' +
|
||||
'<a href="https://github.com/acmesh-official/acme.sh/wiki/dnssleep" target="_blank">' + _('See more') + '</a>'
|
||||
);
|
||||
o.depends('validation_method', 'dns');
|
||||
o.modalonly = true;
|
||||
|
||||
|
||||
o = s.taboption('advanced', form.Flag, 'staging', _('Use staging server'),
|
||||
_(
|
||||
|
||||
Reference in New Issue
Block a user