Ask Bjørn Hansen

Results 138 comments of Ask Bjørn Hansen

Yeah, that’s totally broken / not implemented! Thank you for noticing and reporting this. It works if you do a NS lookup (explicitly) on “geo.com” (right?), but the code is...

Hi @skorpions2000 -- apologies if the instructions aren't correct; patches welcome! This is how I use the repository: ``` $ cat /etc/apt/sources.list.d/ntppool.list deb [trusted=yes] https://pkgs.ntppool.org/apt/ / ``` `apt search geodns`...

Yeah, it's a pretty reasonable plan – though all my deployments are still on 1.4.x and making a newer libgeoip a requirement to run the app is a little annoying....

Ugh, messy. I think maybe a 1.5.x branch will be saner. Or actually – I wonder if we could make the code auto-detect which lib it has and then do...

We can make it optional like in https://github.com/codahale/geoip/blob/master/geoip.go

What do the logs say?

I don't have any plans to do this; but I'm not opposed to a patch if there's a reasonable package (not using cgo) that reads the ip2location data. Is it...

ping? :-)

Ugh, patches welcome! Not sure why this wasn't caught by travis-ci before I merged ...

Yeah, I think the “fix” has to be just skip those tests if that file isn’t available. :-/