mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 10:39:01 +01:00
ce85632390
In this commit, fix the inability of some users to connect to the DNS seed using our direct TCP fallback. We do this as some resolvers filter out our large SRV requests due to their size (they also include public keys). Instead, we’ll use a direct TCP resolution in this case. However, after a recent change, we forgot the period at the end of the target DNS host. This is an issue as the domain needs to be fully qualified. The fix is easy, add a period within our string formatting to target the proper sub-domain and SRV target. Fixes #854. |
||
---|---|---|
.. | ||
ann_validation.go | ||
bootstrapper.go | ||
gossiper_test.go | ||
gossiper.go | ||
log.go | ||
utils.go |