lnd.xprv/discovery
Olaoluwa Osuntokun ce85632390
discovery: ensure target host for DNS fallback is fully qualified
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.
2018-03-18 16:05:10 -07:00
..
ann_validation.go discovery: update graph API usage to match recent API changes 2018-02-06 20:14:32 -08:00
bootstrapper.go discovery: ensure target host for DNS fallback is fully qualified 2018-03-18 16:05:10 -07:00
gossiper_test.go discovery: avoid always validating ECDSA sigs by asking router if item is fresh 2018-03-06 13:34:51 -05:00
gossiper.go discovery: format log message with Errorf 2018-03-16 16:25:18 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
utils.go discovery: update graph API usage to match recent API changes 2018-02-06 20:14:32 -08:00