• Checks both IPv4 & IPv6 IP forwarding statuses.

    Parameters

    • globalOptions: GlobalOptions = {}

      Global parameters options that affects the command execution.

    Returns Promise<{
        v4: string;
        v6: string;
    }>

    Example

    import { utils } from 'iproute';

    const status = await utils.ipForwarding.status();

Generated using TypeDoc