on another VPS the opposite of the behavior I wrote about some minutes ago happens:
I only opened the following ports:
Code: Select all
# Allow incoming TCP ports
TCP_IN = "20,21,25,53,80,443"
# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,53,80,110,113,443,587,993,995"
How is that possible?