CC_DENY_PORTS_TCP block OUT

Post Reply
dialhost
Junior Member
Posts: 1
Joined: 22 Mar 2023, 15:52

CC_DENY_PORTS_TCP block OUT

Post by dialhost »

The CC_DENY_PORTS setting should only block access to TCP and UDP IN, but it applies to OUT as well.

In the description in the conf file, it informs TCP_IN and induces to think that it will be only for IN(put)

Code: Select all

# This option uses the same format as TCP_IN/UDP_IN. The ports listed should
# NOT be removed from TCP_IN/UDP_IN
#
# An example would be to list port 21 here then countries listed in
# CC_DENY_PORTS cannot access FTP
CC_DENY_PORTS_TCP = ""
CC_DENY_PORTS_UDP = ""
Is there any way to not block the OUT and prevail only the configuration of TCP_OUT and UDP_OUT ?
Post Reply