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

    Interface WireGuardAllowedIps

    WireGuard peer allowed IPs

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

    Properties

    Properties