Interface OptionalOptions

interface OptionalOptions {
    family: 4 | 6;
    iptables: string;
    stdTTL: number;
}

Properties

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