WireGuard peer allowed IP

interface WireGuardIpAddress {
    address: string;
    prefix: number;
}

Properties

Properties

address: string
prefix: number