phuslu / fastdns

Fastest DNS package for Go
MIT License
186 stars 12 forks source link

client retries should be controlled externally #5

Closed millken closed 2 weeks ago

millken commented 1 month ago

If the number of retries is set 3, it will become 6 here https://github.com/phuslu/fastdns/blob/69506fc67dd18cca20dfda2c3f1c4639e5235942/client.go#L42-L45

phuslu commented 1 month ago

agree, let me fix it.

phuslu commented 2 weeks ago

fixed in v0.9.5