MCPcopy Create free account
hub / github.com/cloudfoundry/credhub-cli / Dial

Method Dial

credhub/socksify.go:20–20  ·  view source on GitHub ↗
(network, address string)

Source from the content-addressed store, hash-verified

18}
19
20func (f DialFunc) Dial(network, address string) (net.Conn, error) { return f(network, address) }
21
22func SOCKS5DialFuncFromEnvironment(origDialer DialFunc, socks5Proxy ProxyDialer) DialFunc {
23 allProxy := os.Getenv("CREDHUB_PROXY")

Callers 1

OutboundServerIPFunction · 0.80

Calls

no outgoing calls

Tested by 1

OutboundServerIPFunction · 0.64