10 lines
183 B
JavaScript
10 lines
183 B
JavaScript
var hosts = [
|
|
'www.google.com',
|
|
'www.twitter.com',
|
|
'www.github.com',
|
|
'www.bitbucket.com',
|
|
'news.ycombinator.com',
|
|
'barnacl.es',
|
|
'example.dev',
|
|
];
|
|
module.exports = hosts; |