Results 11 comments of Alex Bligh

... and this has been a feature of RFC3164 which has been persistently criticised, because there is no definition of what 'local time' means, particularly if it's different for the...

I'm pretty sure this worked once upon a time. You might try the example and with commit a2d3207f555818ade80551bf37e079b350db26c7 which was when my automatic parsing stuff got merged, I think. Then...

The autodetect stuff I wrote is quite strict on RFCs because if people don't follow the RFCs, it's ambiguous which decoder it should use. It can then pick the wrong...

I tried it both with a new project (where I first found it) and with an existing project. I had set the new project up (using muscle memory) the same...

I did. Oddly the new project I created before is now does not exhibit this behaviour, and neither does a dummy test project I just created. However, old projects continue...

Bruno, Thanks. Firstly, this issue is difficult to replicate because when it is broken, it seems to be only broken half the time - some sort of race condition I...

I wrote this patch a loooooong time ago. I haven't played with it for a while, and not since it was merged. Does it pass "go test"? Do you see...

Hi, I've already implemented (awaiting comments and merge) health tests with this commit: https://github.com/abligh/geodns/commit/0bd80674ebb443aa24afdd74ba7026cad7944a6e which is in this pull request: https://github.com/abh/geodns/pull/73 Assuming the script returns success / failure, that will...

> I installed the MaxMind GeoIP.dat, GeoIPASNum.dat and GeoIPCity.dat files with no problem and just for clarification, I am assuming that the IP address of the DNS caller and the...

Have you looked at the example configurations at https://github.com/abh/geodns/tree/master/dns ?