Reverting non-Google domain cleanups.
This commit is contained in:
parent
8409f45ab8
commit
e1070de9e5
1 changed files with 5 additions and 5 deletions
2
ddclient
2
ddclient
|
@ -1890,7 +1890,7 @@ sub geturl {
|
|||
if ( $force_ssl || ($globals{'ssl'} and (caller(1))[3] ne 'main::get_ip') ) {
|
||||
$use_ssl = 1;
|
||||
$default_port = 443;
|
||||
load_ssl_support;
|
||||
load_ssl_support;
|
||||
} else {
|
||||
$use_ssl = 0;
|
||||
$default_port = 80;
|
||||
|
|
Loading…
Reference in a new issue