mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-19 12:04:42 -04:00
Merge pull request #941 from mig5/configurable_connect_timeout
Allow the bundled Tor connection timeout to be configurable from the CLI
This commit is contained in:
commit
b62714628d
3 changed files with 13 additions and 8 deletions
|
@ -16,6 +16,7 @@
|
|||
"help_local_only": "Don't use Tor (only for development)",
|
||||
"help_stay_open": "Continue sharing after files have been sent",
|
||||
"help_shutdown_timeout": "Stop sharing after a given amount of seconds",
|
||||
"help_connect_timeout": "Give up connecting to Tor after a given amount of seconds (default: 120)",
|
||||
"help_stealth": "Use client authorization (advanced)",
|
||||
"help_receive": "Receive shares instead of sending them",
|
||||
"help_debug": "Log OnionShare errors to stdout, and web errors to disk",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue