Interface WGClientConfig

interface WGClientConfig {
    ClientIP: string;
    ClientPrivateKey: string;
    ClientPubKey: string;
    ServerPubKey: string;
}

Properties

ClientIP: string
ClientPrivateKey: string
ClientPubKey: string
ServerPubKey: string