nfsn: Fix spelling of min-interval
variable name
This commit is contained in:
parent
5757f7e07d
commit
66bb07450f
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@ my %protocols = (
|
||||||
'examples' => \&nic_nfsn_examples,
|
'examples' => \&nic_nfsn_examples,
|
||||||
'variables' => {
|
'variables' => {
|
||||||
%{$variables{'protocol-common-defaults'}},
|
%{$variables{'protocol-common-defaults'}},
|
||||||
'min_interval' => setv(T_FQDNP, 0, 0, 0, interval('5m')),
|
'min-interval' => setv(T_FQDNP, 0, 0, 0, interval('5m')),
|
||||||
'server' => setv(T_FQDNP, 1, 0, 'api.nearlyfreespeech.net', undef),
|
'server' => setv(T_FQDNP, 1, 0, 'api.nearlyfreespeech.net', undef),
|
||||||
'ttl' => setv(T_NUMBER, 1, 0, 300, undef),
|
'ttl' => setv(T_NUMBER, 1, 0, 300, undef),
|
||||||
'zone' => setv(T_FQDN, 1, 0, undef, undef),
|
'zone' => setv(T_FQDN, 1, 0, undef, undef),
|
||||||
|
|
Loading…
Reference in a new issue