Richard G
Verified User
Where? I only have the free account. Can't use range alerts for example.You can remove your IP in their panel
Where? I only have the free account. Can't use range alerts for example.You can remove your IP in their panel
Verified webmasters are given a higher daily limit of 3,000 checks/reports. You will of course need to verify ownership of your domain via HTML file, HTML meta tag, or DNS TXT record. Even if you own multiple domains, we only need proof of ownership for one site to grant you webmaster status.
# Note: The following block types are not reported through this feature:
# LF_PERMBLOCK, LF_NETBLOCK, LF_DISTATTACK, LF_DISTFTP, RT_*_ALERT
X_ARF = "0"
so this is exposting the ip address and the hostname of the cluster server.Cluster member 95.xxxxxx (FI/Finland/server.domain.nl) said,
Because I thought it was solved, and just now I discovered this.Why is this topic marked as "Solved", if its ongoing?
comment => $comment,
comment => $comment, ~ s/Cluster member.*said,/***/g;
my $comment = $message . "; Ports: " . $ports . "; Direction: " . $inout . "; Trigger: " . $trigger . "; Logs: " . $logs;
$comment =~ s/Cluster member.*said,/***/g;
just add after line "my $comment = ..... ", it will be like
my $comment = $message . "; Ports: " . $ports . "; Direction: " . $inout
. "; Trigger: " . $trigger . "; $comment =~ s/Cluster member.*said,/***/g;
But when I do a grep on the ip, I can't find anything in the syslog or httpd logs or domain logs.
Yes you can say that again. I've found the same way to do it on the net when I doublechecked. It's the replace command. So no clue as to why it should not work.it weird.