IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface WireGuardTunnelConfig

    WireGuard tunnel configuration

    interface WireGuardTunnelConfig {
        ipv4?: WireGuardIpAddress;
        ipv6?: WireGuardIpAddress;
        name: string;
        peers: WireGuardPeer[];
        port?: number;
        privateKey: string;
        publicKey?: string;
        stack?: WireGuardIpStack;
    }
    Index

    Properties

    name: string
    peers: WireGuardPeer[]
    port?: number
    privateKey: string
    publicKey?: string