forked from tanner/qotnews
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
|
module.exports.headers = {
|
||
|
'User-Agent': 'Googlebot/2.1 (+http://www.google.com/bot.html)',
|
||
|
'X-Forwarded-For': '66.249.66.1',
|
||
|
};
|