MCPcopy Create free account
hub / github.com/chartbrew/chartbrew / isMetadataHostname

Function isMetadataHostname

server/modules/outboundTargetPolicy.js:127–129  ·  view source on GitHub ↗
(hostname)

Source from the content-addressed store, hash-verified

125}
126
127function isMetadataHostname(hostname) {
128 return METADATA_HOSTNAMES.has(hostname);
129}
130
131// NAT64 / DNS64 prefixes (RFC 6052 well-known 64:ff9b::/96, RFC 8215 local-use
132// 64:ff9b:1::/48). An IPv6 address inside one of these prefixes carries an IPv4

Callers 1

validateOutboundUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected