forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connectd: translate socks5 errors to human strings
For example: "Tor connect out for host example.com error: 4 " becomes: "Error connecting to example.com: Tor server reply: host unreachable" Also clarify the error: "Connected out for example.com error" to: "Connected out for example.com error: authentication required" because the only reason it could have failed is that the Tor socks5 server did not like any of our proposed auth methods and we only proposed "no auth". Changelog-None
- Loading branch information
Showing
1 changed file
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters