Documentation ¶
Overview ¶
Package proxy is a cli proxy
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name of the proxy Name = "go.vine.proxy" // The address of the proxy Address = ":8081" // the proxy protocol Protocol = "grpc" // The endpoint host to route to Endpoint string // ACME (Cert management) ACMEProvider = "autocert" ACMEChallengeProvider = "cloudflare" ACMECA = acme.LetsEncryptProductionCA )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.