Remove 192.0.2.1

This commit is contained in:
Sander Declerck 2025-12-04 15:21:47 +01:00
parent 47ea989bbd
commit a9ebec14f6
No known key found for this signature in database

View file

@ -171,7 +171,6 @@ const imdsEndpoints = [
"metadata.google.internal",
"metadata.goog",
"169.254.169.254",
"192.0.2.1",
];
function getConnectTimeout(/** @type {string} */ host) {
if (imdsEndpoints.includes(host)) {