Warning: This article is considered legacy. It is either obsolete or references old unmaintained software. Please use your best judgement as to the relevancy of this article.

We monitor the backend status of all configured ports. This is used to provide information in our control panel as well as to assist in the diagnosis of any reported issues.

You may choose to opt out of this monitoring, however it will interfere with our ability to debug any reported issues. This is not recommended. If you choose to opt out we may be unable to help you debug certain issues.

Opt out on Linux.

To opt out on linux, just add the following line to block any traffic originating from our monitoring servers. We may add additional servers or change this range at any time. Where {IP} is the IP sending traffic (the monitoring server IP).

iptables -A INPUT -s {IP}/32 -j DROP