mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Remove 192.0.2.1
This commit is contained in:
parent
47ea989bbd
commit
a9ebec14f6
1 changed files with 0 additions and 1 deletions
|
|
@ -171,7 +171,6 @@ const imdsEndpoints = [
|
||||||
"metadata.google.internal",
|
"metadata.google.internal",
|
||||||
"metadata.goog",
|
"metadata.goog",
|
||||||
"169.254.169.254",
|
"169.254.169.254",
|
||||||
"192.0.2.1",
|
|
||||||
];
|
];
|
||||||
function getConnectTimeout(/** @type {string} */ host) {
|
function getConnectTimeout(/** @type {string} */ host) {
|
||||||
if (imdsEndpoints.includes(host)) {
|
if (imdsEndpoints.includes(host)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue