Activebool`long:"active" description:"Allow outbound and inbound connections to be routed through Tor"`
SOCKSstring`long:"socks" description:"The host:port that Tor's exposed SOCKS5 proxy is listening on"`
DNSstring`long:"dns" description:"The DNS server as host:port that Tor will use for SRV queries - NOTE must have TCP resolution enabled"`
StreamIsolationbool`long:"streamisolation" description:"Enable Tor stream isolation by randomizing user credentials for each connection."`
SkipProxyForClearNetTargetsbool`long:"skip-proxy-for-clearnet-targets" description:"Allow the node to establish direct connections to services not running behind Tor."`
Controlstring`long:"control" description:"The host:port that Tor is listening on for Tor control connections"`
TargetIPAddressstring`long:"targetipaddress" description:"IP address that Tor should use as the target of the hidden service"`
Passwordstring`long:"password" description:"The password used to arrive at the HashedControlPassword for the control port. If provided, the HASHEDPASSWORD authentication method will be used instead of the SAFECOOKIE one."`
V2bool`long:"v2" description:"Automatically set up a v2 onion service to listen for inbound connections"`
V3bool`long:"v3" description:"Automatically set up a v3 onion service to listen for inbound connections"`
PrivateKeyPathstring`long:"privatekeypath" description:"The path to the private key of the onion service being created"`