-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(comms): only set final forward address if configured to port 0 (#…
…5406) Description --- Sets the onion service forward address to the correct port only if configured to port 0. Motivation and Context --- Fixes #5405 How Has This Been Tested? --- Manually, default settings were also tested. What process can a PR reviewer use to test or verify this change? --- ```toml # This doesnt work (no incoming connections as expected) #tor.forward_address = "/dns4/localhost/tcp/12345" # This does work tor.forward_address = "/ip4/10.71.1.141/tcp/12345" tor.listener_address_override = "/ip4/10.71.1.141/tcp/12345" ``` Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify <!-- Does this include a breaking change? If so, include this line as a footer --> <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a database, resync the chain --> Co-authored-by: SW van Heerden <[email protected]>
- Loading branch information
1 parent
c704890
commit ff7fb6d
Showing
4 changed files
with
32 additions
and
7 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
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
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
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