Cameron Kerr

Results 15 comments of Cameron Kerr

Confirmed: `oc describe is postgres -n openshift` shows that it doesn't have a tag for 9.6, but it does for 9.6-el8

I work with reverse-proxies (and outgoing proxies) on a daily basis. This is simply a case of following X-Forwarded-For too much. Typically, when chasing headers such as X-Forwarded-For, you would...

Have a look at https://blog.maxmind.com/2015/09/29/building-your-own-mmdb-database-for-fun-and-profit/, which I've been playing with internally for he last couple of days. It works (beware you need to set remove_reserved_networks => 0 when creating the...

Try using mmdblookup with the --verbose flag to see the structure. https://maxmind.github.io/libmaxminddb/mmdblookup.html I haven't tried to simulate the existing City or other schemas; I've only created my own, which I...

For custom MMDB, have a look at this informative post from MaxMind https://blog.maxmind.com/2015/09/29/building-your-own-mmdb-database-for-fun-and-profit/ It does require writing in Perl, but quite doable (if you add remove_reserved_networks => 0 when contructing...