MCPcopy Create free account
hub / github.com/eventure/hide.client.linux / Remote

Method Remote

rest/client.go:145–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143func ( c *Client ) Remote() *net.TCPAddr { return c.remote }
144
145// Pins checks public key pins of authorized hide.me/hideservers.net CA certificates
146func ( c *Client ) Pins( _ [][]byte, verifiedChains [][]*x509.Certificate) error {
147 if len( c.authorizedPins ) == 0 { return nil }
148 for _, chain := range verifiedChains {

Callers 2

ExternalIpsMethod · 0.95
ConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected