reader server

This commit is contained in:
Jason Schwarzenberger
2020-11-10 14:56:21 +13:00
parent 9cee370a25
commit 943a1cfa4f
3 changed files with 31 additions and 14 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports.headers = {
'User-Agent': 'Googlebot/2.1 (+http://www.google.com/bot.html)',
'X-Forwarded-For': '66.249.66.1',
};