Category: Advanced

How to completely disable the Outgoing connections feature

If for some reason you want to completely disable the Outgoing Connection blocking script you need just to press the ‘De-activate‘ button. Please note that setting the Outgoing Connection to Not Active status may result a security risk.

How to remove an IP/IP range from the ‘Allowed IPs / IP ranges’ list

To remove an IP or an IP range from the ‘Allowed IPs/ IP ranges’ list you need to tick off the checkbox for a particular line in the list and then press the ‘Delete’ button at to bottom of the list.

How to add an IP range to the list of allowed IPs.

To specify an entire IP range you will need to add an IP from that range and then specify the range’s network mask. To do that – first click on the Add IP Address button and select the ‘Advanced’ level of experience option. Then you can choose a specific mask CIRD value (between 32 – …

Continue reading

How to allow outgoing connection to a specific IP address?

In order to open an outgoing connection to a specific IP you need to add that IP and the IP’s mask to the list of allowed IPs. To do that -click on the Add IP Address button and then type the IP address in the ‘IP/mask:’ field of the form. Also, if you want to …

Continue reading

How to disable the Crontab email alert ?

If you have, for example, a cronjob executed every 2 minutes, this means that you will receive an email with the cron result every 2 minutes. To prevent the sending of email notification, add any one of the following lines at the end of each cronjob command: >/dev/null 2>&1 or &> /dev/null Example: /usr/bin/php /home/www/my-best-domain.com/mail.php …

Continue reading