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

Function OutboundServerAddress

commands/socks5_test.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63})
64
65func OutboundServerAddress() string {
66 return OutboundServerIP().String() + ":9001"
67}
68
69func OutboundServerIP() net.IP {
70 conn, err := net.Dial("udp", "8.8.8.8:80")

Callers 1

socks5_test.goFile · 0.85

Calls 2

OutboundServerIPFunction · 0.85
StringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…