disable ssl, not supported
This commit is contained in:
parent
364279b7ad
commit
3d8c0b8625
1 changed files with 1 additions and 1 deletions
2
ddclient
2
ddclient
|
|
@ -484,7 +484,7 @@ my %variables = (
|
|||
'warned-min-error-interval' => setv(T_ANY, 0, 1, 0, 0, undef),
|
||||
},
|
||||
'dnsexit-common-defaults' => {
|
||||
'ssl' => setv(T_BOOL, 0, 1, 0, 0, undef),
|
||||
'ssl' => setv(T_BOOL, 0, 0, 0, 0, undef),
|
||||
'use' => setv(T_USE, 0, 1, 1, 'web', undef),
|
||||
'server' => setv(T_FQDNP, 0, 1, 1, 'update.dnsexit.com', undef),
|
||||
'script' => setv(T_STRING, 0, 1, 1, '/RemoteUpdate.sv', undef),
|
||||
|
|
|
|||
Loading…
Reference in a new issue