Documentation
¶
Index ¶
- Variables
- func ConvertToBytes(input string) (int64, error)
- func GenerateCertificate(dnsNames []string, ipAddresses []net.IP) (string, string, error)
- func GetIP(service string, nameserver string) (string, error)
- func GetTargetFromSRV(service string, nameserver string) (string, string, error)
- func NewCopier(socket net.Conn, wsConnection *websocket.Conn) *copierConnections
- func NewReverseProxy(target *url.URL, accessToken *string) *httputil.ReverseProxy
- func ResolveSRVHttp(uri string, nameserver string) string
- func UpdateAuthorizedKeys(key string) error
- func UpgradeToWS(w http.ResponseWriter, r *http.Request) *websocket.Conn
Constants ¶
This section is empty.
Variables ¶
View Source
var Timezones = []string{}/* 575 elements not displayed */
Functions ¶
func ConvertToBytes ¶
func GenerateCertificate ¶
GenerateCertificate generates a self-signed certificate and private key in PEM format.
func GetTargetFromSRV ¶
func NewReverseProxy ¶
func NewReverseProxy(target *url.URL, accessToken *string) *httputil.ReverseProxy
func ResolveSRVHttp ¶
func UpdateAuthorizedKeys ¶
func UpgradeToWS ¶
Upgrade the connection to a websocket connection
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.