diff --git a/index.js b/index.js index 5a15bbd..b713b5b 100644 --- a/index.js +++ b/index.js @@ -26,9 +26,11 @@ for (let i=0; i < hostsCount; i++) { else { if (isIp(URL.parse(host.host).hostname)) { + console.log('Register ' + host.host + ' without SSL') redbird.register(host.host, host.target, optionsWoSSL); } else { + console.log('Register ' + host.host + ' with SSL if exists'); redbird.register(host.host, host.target, options); }