You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//cdnResponse.message = awsServices.prefixes[i].service; // Put the service name into the return object's message
229
237
cdnResponse.reason=`${cdnResponse.ipAddress} is in the CIDR block ${awsServices.prefixes[i].ip_prefix} which is used by AWS ${awsServices.prefixes[i].service}`;
230
238
@@ -243,10 +251,15 @@ module.exports = {
243
251
}
244
252
}
245
253
}
246
-
if(cdnResponse.message==='Unknown'){
247
-
cdnResponse.message=message;// Replace the current message with a more precise AWS specific detection
248
-
}else{
249
-
cdnResponse.message+=', '+message;// Append the AWS detection message to the DNS detection message
0 commit comments