Extra command line arguments to pass to wstunnel
. Attributes of the form argName = true;
will be translated to --argName
, and argName = \"value\"
to --argName value
.
Declarations
Type
attribute set of (string or boolean)
Default
{ }
Example
{
someNewOption = true;
someNewOptionWithValue = "someValue";
}