cloudflare: Delete unused variable declarations
This commit is contained in:
parent
4b5f28b2f0
commit
7181152c78
1 changed files with 0 additions and 5 deletions
|
|
@ -732,14 +732,9 @@ our %protocols = (
|
||||||
'examples' => \&nic_cloudflare_examples,
|
'examples' => \&nic_cloudflare_examples,
|
||||||
'variables' => {
|
'variables' => {
|
||||||
%{$variables{'protocol-common-defaults'}},
|
%{$variables{'protocol-common-defaults'}},
|
||||||
'backupmx' => setv(T_BOOL, 0, 1, 0, undef),
|
|
||||||
'login' => setv(T_LOGIN, 0, 0, 'token', undef),
|
'login' => setv(T_LOGIN, 0, 0, 'token', undef),
|
||||||
'min-interval' => setv(T_DELAY, 0, 0, interval('5m'), 0),
|
'min-interval' => setv(T_DELAY, 0, 0, interval('5m'), 0),
|
||||||
'mx' => setv(T_FQDN, 0, 1, undef, undef),
|
|
||||||
'server' => setv(T_FQDNP, 0, 0, 'api.cloudflare.com/client/v4', undef),
|
'server' => setv(T_FQDNP, 0, 0, 'api.cloudflare.com/client/v4', undef),
|
||||||
'static' => setv(T_BOOL, 0, 1, 0, undef),
|
|
||||||
'ttl' => setv(T_NUMBER, 0, 0, 1, undef),
|
|
||||||
'wildcard' => setv(T_BOOL, 0, 1, 0, undef),
|
|
||||||
'zone' => setv(T_FQDN, 1, 0, undef, undef),
|
'zone' => setv(T_FQDN, 1, 0, undef, undef),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue