Forgot to include new monitored_hosts.js file in the error module commit.

This commit is contained in:
Craine Runton 2016-06-17 14:22:18 -06:00
parent babb94c2fc
commit c8252135b1

View File

@ -1,10 +1,12 @@
var hosts = [
'www.google.com',
'www.twitter.com',
'www.github.com',
'www.bitbucket.com',
'news.ycombinator.com',
'barnacl.es',
'sha256.badssl.com',
'expired.badssl.com',
'self-signed.badssl.com',
'wrong.host.badssl.com',
'incomplete-chain.badssl.com',
'example.dev',
'vsaq.dev'
];
module.exports = hosts;