Yasar Alev
Yasar Alev
Maybe same issue? https://github.com/ethereum/go-ethereum/issues/451
https://github.com/drborges/json4go/blob/master/client.go#L99 , i used ffjson here.
I read the RFC before and exactly it's very useful and necessary here. I will check technical details again in RFC about this.
Hey Miek, I added the auto trust anchors support on last commit. I read on [ICANN](https://www.icann.org/en/announcements/details/icann-announces-schedule-to-generate-new-keys-for-ksk-key-rollover-02-03-2023-en), new KSK rollover soon. I made test server for root zone for all rollover...
This line try connection timeout test on `127.1.0.255:53` but probably a dns server response from this address on your test environment. I will change the test server.
Previously, I intended to add `sdns` under pull request #3189, but the code coverage did not meet the required 80%. Over the past few years, I've implemented many features and...
Thanks for your report. This is fixed in v1.3.7
@dependabot rebase
@dependabot rebase
abh, for glue records, check my commit https://github.com/semihalev/geodns/commit/fc9668252a3c8012f59b2d7e63844053e9583cb3, resolve internally for CNAME, MX, NS, but need small boolean (msg.CheckGlue) in dns lib.