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