@gibme/iptables
    Preparing search index...

    Type Alias Options

    type Options = {
        chain: string;
        family?: 4 | 6;
        iptables?: string;
        stdTTL?: number;
    }
    Index

    Properties

    chain: string
    family?: 4 | 6

    The address family ipv4 or ipv6

    iptables?: string

    The path to the IP tables binary

    <locate | /usr/sbin/iptables>
    
    stdTTL?: number