interface OpenVPNServerMetadata {
    ca: string;
    port: number;
    protocol: "tcp" | "udp";
    tls: string;
}

Properties

Properties

ca: string

Go []byte encoded by encoding/json as standard base64.

port: number
protocol: "tcp" | "udp"
tls: string

OpenVPN static key bytes, encoded as standard base64.

Generated using TypeDoc