diff --git a/index.js b/index.js index 2fd58a8..94e63d5 100644 --- a/index.js +++ b/index.js @@ -102,6 +102,9 @@ exports.getIpInfo = function(ip) { url: 'http://ip.taobao.com/service/getIpInfo.php', qs: { ip: ip + }, + headers: { + 'Cache-Control': 'no-cache' } }, function(err, res, body) { if (err) {