WireGuard peer allowed IPs

interface WireGuardAllowedIps {
    ipv4: WireGuardIpAddress[];
    ipv6: WireGuardIpAddress[];
    stack?: WireGuardIpStack;
}

Properties

Properties