dcr-split-ticket-matcher icon indicating copy to clipboard operation
dcr-split-ticket-matcher copied to clipboard

Fix DNS SRV issues due to update to Go 1.11

Open matheusd opened this issue 7 years ago • 1 comments

see https://github.com/golang/go/issues/27546 and https://groups.google.com/forum/#!topic/golang-nuts/vAbjprJNPV0

At least one user in ubuntu 18.04 hasn't been able to use v0.6.2 due to that update to Go's DNS library.

matheusd avatar Oct 25 '18 16:10 matheusd

Won't fix for the moment (only add better error handling) since this is fixed in systemd-resolve.

Relevant PR is: https://github.com/systemd/systemd/pull/9828

In the mean time, the only solution for ubuntu users is to skip service discovery via SRV record and manually configure the address of the target service (eg: MacherHost: split-ticket-svc.stake.decredbrasil.com).

matheusd avatar Oct 25 '18 20:10 matheusd