Convert tabs to spaces
This commit is contained in:
parent
5f5a2f93c0
commit
b066538182
1 changed files with 5 additions and 5 deletions
10
ddclient
10
ddclient
|
|
@ -483,11 +483,11 @@ my %variables = (
|
||||||
'warned-min-interval' => setv(T_ANY, 0, 1, 0, 0, undef),
|
'warned-min-interval' => setv(T_ANY, 0, 1, 0, 0, undef),
|
||||||
'warned-min-error-interval' => setv(T_ANY, 0, 1, 0, 0, undef),
|
'warned-min-error-interval' => setv(T_ANY, 0, 1, 0, 0, undef),
|
||||||
},
|
},
|
||||||
'dnsexit-common-defaults' => {
|
'dnsexit-common-defaults' => {
|
||||||
'ssl' => setv(T_BOOL, 0, 0, 0, 0, undef),
|
'ssl' => setv(T_BOOL, 0, 0, 0, 0, undef),
|
||||||
'use' => setv(T_USE, 0, 1, 1, 'web', undef),
|
'use' => setv(T_USE, 0, 1, 1, 'web', undef),
|
||||||
'server' => setv(T_FQDNP, 0, 1, 1, 'update.dnsexit.com', undef),
|
'server' => setv(T_FQDNP, 0, 1, 1, 'update.dnsexit.com', undef),
|
||||||
'script' => setv(T_STRING, 0, 1, 1, '/RemoteUpdate.sv', undef),
|
'script' => setv(T_STRING, 0, 1, 1, '/RemoteUpdate.sv', undef),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
my %services = (
|
my %services = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue