bookkeeper icon indicating copy to clipboard operation
bookkeeper copied to clipboard

[ISSUE 2784] get local host from config file

Open casuallc opened this issue 3 years ago • 2 comments

Descriptions of the changes in this PR:

#2784

casuallc avatar Sep 03 '21 07:09 casuallc

Please add unit tests and add new config into the default conf file with description to make the feature discoverable.

I think this might be useful for hosts with multiple network interfaces

@dlg99 I do not think there need a new config, we just use the existed config advertisedAddress.

If we use InetAddress.getLocalHost() instead of use config advertisedAddress, there is problem.

I add more log, take a look please. #2784

casuallc avatar Sep 28 '21 03:09 casuallc

fix old workflow,please see #3455 for detail

StevenLuMT avatar Aug 24 '22 08:08 StevenLuMT