Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
func
OutboundServerAddress() string {
66
return
OutboundServerIP().String() +
":9001"
67
}
68
69
func
OutboundServerIP() net.IP {
70
conn, err := net.Dial(
"udp"
,
"8.8.8.8:80"
)
Callers
1
socks5_test.go
File · 0.85
Calls
2
OutboundServerIP
Function · 0.85
String
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…