Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: dd7c910e86a5a6bca285b5609543302d50d195f2
https://github.com/conformal/btcd/commit/dd7c910e86a5a6bca285b5609543302d50d195f2
Author: Owain G. Ainsworth <[email protected]>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M addrmanager.go
M config.go
M discovery.go
M doc.go
M peer.go
M sample-btcd.conf
M server.go
Log Message:
-----------
Enable use of a different proxy for .onion addresses.
This implements --onion (and --onionuser/--onionpass) that enable a
different proxy to be used to connect to .onion addresses. If no main
proxy is supplied then no proxy will be used for non-onion addresses.
Additionally we add --noonion that blocks connection attempts to .onion
addresses entirely (and avoids using tor for proxy dns lookups).
the --tor option has been supersceded and thus removed.
Closes #47