diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2013-11-03 18:53:41 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-07 14:26:05 -0500 |
commit | 86cfc64d4565187250c8b92d25c24a1c5a0bec0d (patch) | |
tree | bcb364729cf3a57a1edbe57d2bb2f23511248b12 /changes | |
parent | 12dc55f4878d16bfc3fb6789b31494d47df7ccec (diff) | |
download | tor-86cfc64d4565187250c8b92d25c24a1c5a0bec0d.tar tor-86cfc64d4565187250c8b92d25c24a1c5a0bec0d.tar.gz |
Implementing --allow-missing-torrc CLI option.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket10060 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket10060 b/changes/ticket10060 new file mode 100644 index 000000000..6ad0feb04 --- /dev/null +++ b/changes/ticket10060 @@ -0,0 +1,6 @@ + o Minor features: + - Adding --allow-missing-torrc commandline option + that allows Tor to run if configuration file specified + by -f is not available, but default torrc is. + Implements ticket 10060. + |