Say I have a server which only needs to be available to a very short set of countries.
Do we have to set csf.conf to explicitly specify EACH country in CC_DENY and CC_ALLOW ?
[...]
CC_DENY="<FULL, explicit list of countries to be denied>"
CC_ALLOW="US,GB,IE"
[...]
... or is there a much simpler way ?
Question: CC_ALLOW="<few_countries>" + CC_DENY="<any other countries>" is possible ?
Re: Question: CC_ALLOW="<few_countries>" + CC_DENY="<any other countries>" is possible ?
AFAIK when you set CC_ALLOW, server will automatically deny any other country.
At least that's how it worked for me.
At least that's how it worked for me.