Instance Property
extraArgs
Escape hatch for torrc directives swift-tor does not yet model.
var extraArgs: [String]
Discussion
Every element is appended verbatim to the argv passed to tor_main_configuration_set_command_line(). Pairs are expressed as two elements — ["--ClientUseIPv6", "1"] — since Tor parses the argv directly without quote handling.
Important
No validation is performed. A typo reaches Tor’s parser and surfaces as TorError.startFailed(_:).