I just want to make sure I'm understanding this correctly?
Added new options CC_DENY_PORTS, CC_DENY_PORTS_TCP,
CC_DENY_PORTS_UDP. This feature denies access from the countries
listed in CC_DENY_PORTS to listed TCP/UDP ports. For example, using
this FTP access port 21 could be blocked to only the specified
countries
If I wanted to block access to say port 22 to all countries apart from mine would I have to use the following settings.
CC_DENY_PORTS = "CN,BR,IN,TW" (Roughly 240 Countries)
CC_DENY_PORTS_TCP = 22
Would this be really really slow or would it be only used for each login to port 22?
Pete