diff -Nur xtables-addons-1.47.1.old/extensions/xt_geoip.h xtables-addons-1.47.1/extensions/xt_geoip.h --- xtables-addons-1.47.1.old/extensions/xt_geoip.h 2012-10-15 15:29:22.000000000 -0400 +++ xtables-addons-1.47.1/extensions/xt_geoip.h 2019-03-06 22:24:48.747000000 -0500 @@ -18,7 +18,7 @@ XT_GEOIP_DST = 1 << 1, /* Perform check on Destination IP */ XT_GEOIP_INV = 1 << 2, /* Negate the condition */ - XT_GEOIP_MAX = 15, /* Maximum of countries */ + XT_GEOIP_MAX = 50, /* Maximum of countries */ }; /* Yup, an address range will be passed in with host-order */