Interface Options

interface Options {
    chain: string;
    family?: 4 | 6;
    iptables?: string;
    stdTTL?: number;
}

Hierarchy (view full)

Properties

chain: string
family?: 4 | 6

The address family ipv4 or ipv6

iptables?: string

The path to the IP tables binary

Default

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