Update DNS reverse database

This commit is contained in:
Guangcong Luo 2015-03-20 00:26:32 -04:00
parent bcadde20e9
commit 313b86c400

View File

@ -60,7 +60,7 @@ exports.reverse = function reverseDns(ip, callback) {
callback(null, ['ideacellular.nohost']);
return;
}
if (ip.startsWith('172.56.')) {
if (ip.startsWith('172.56.') || ip.startsWith('149.254.')) {
callback(null, ['tmobile.nohost']);
return;
}