Parameters options to be passed down to ip
.
Global parameters options that affects the command execution.
ParametersError - Throws when passed parameters are invalid.
CommandError - Throws when the executed command fails.
Import module
import { tuntap } from 'iproute';
Create a new tuntap device
await tuntap.add({
mode: TunTapTunnelModes.Tun
});
Generated using TypeDoc
Add a new tunnel.