Issue
Some customers may want to block all countries or most, except their specified ones.
Environment
- Any control panel.
- Any OS.
- Imunify360
- Firewall
Solution
This can be achieved by providing the list of all countries except the ones which should be allowed to the Imunify360 command line tool command as following:
# cat countries.txt | xargs imunify360-agent blacklist country add
Customers may generate their own list of country codes or, use the attached template and, adding/removing countries at will.
Make sure that Germany with country code DE is not included in your list, as then the firewall will prevent Imunify to download its files from our datacenters.
To remove the countries from the blacklist, use the same list:
cat countries.txt | xargs imunify360-agent blacklist country delete
Cause
Blocking all countries but specified is not available within the Imunify360 UI.
Useful links
https://docs.imunify360.com/dashboard/#how-to-add-a-country-manually
Comments
0 comments
Please sign in to leave a comment.