Interface CreateVpnServerRouteOptions.Action

  • Enclosing class:
    CreateVpnServerRouteOptions

    public static interface CreateVpnServerRouteOptions.Action
    The action to perform with a packet matching the VPN route: - `translate`: translate the source IP address to one of the private IP addresses of the VPN server, then deliver the packet to target. - `deliver`: deliver the packet to the target. - `drop`: drop the packet.