friendly-bits
friendly-bits
Hi, thank you for the feature request. I will look into adding support for IPinfo.
It appears that in order to download the database, a token is required. Which, I assume, is received upon registering on your website? Do you require a unique token for...
Thank you for your response. Another question: does the 'Last-Modified' field in the HTTP header always correctly reflect the last modified time of the database? Essentially I need a way...
Part of the principal design of geoip-shell is efficiency. For the matter of dowloads, this means that geoip-shell only fetches database update when there is an update. Every other source...
No problem. I will gladly add support for IPinfo as soon as there is a way to get the timestamp. Looks like the format is essentially the same as the...
This is very surprising for me. I don't see why thousands of users need to calculate the same checksum at each update on their devices. I'll have to think whether...
Unfortunately, this feature request will have to wait until there is a way to get the timestamp of the database without downloading the database. I think this is a reasonable...
Hi, geoip-shell currently does not implement this functionality, however this should be fairly easy to achieve either via the `nft` (for nftables) or the `ipset` (for iptables) CLI tools, by...
Also note that if you are running geoip-shell inside LXC containers, those containers either need to be privileged (which may pose a security risk), or you may need to use...
My bad - indeed, turns out that the `nft` utility doesn't support this sort of lookup. So `grepcidr` is the way to go, IMO. In general, geoip-shell is entirely written...