{
  "type": "tor",
  "tag": "tor-out",
  
  "executable_path": "/usr/bin/tor",
  "extra_args": [],
  "data_directory": "$HOME/.cache/tor",
  "torrc": {
    "ClientOnly": 1
  },
  ... // Dial Fields
}
!!! info ""
Embedded Tor is not included by default, see [Installation](/installation/build-from-source/#build-tags).
The path to the Tor executable.
Embedded Tor will be ignored if set.
List of extra arguments passed to the Tor instance when started.
==Recommended==
The data directory of Tor.
Each start will be very slow if not specified.
Map of torrc options.
See tor(1) for details.
See Dial Fields for details.