disable ssl, not supported

This commit is contained in:
sreknob 2018-01-19 02:17:07 -05:00
parent 364279b7ad
commit 3d8c0b8625

View file

@ -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),