[tor-relays] anyone else getting sync floods from russia?

Toralf Förster toralf.foerster at gmx.de
Sat Feb 20 11:06:35 UTC 2021


On 2/20/21 2:25 AM, niftybunny wrote:
> https://i.imgur.com/nDbaXqH.png <https://i.imgur.com/nDbaXqH.png>
>
> https://i.imgur.com/Y5259wW.png <https://i.imgur.com/Y5259wW.png>
Yep, I do wonder if sth like

netstat --tcp -n -4 | perl -wane ' BEGIN { $Hist=(); } { next unless
(m/^tcp/); ($Remote) = split(/:/, $F[4]); $Hist{$Remote}++; } END {
foreach my $key (sort { $Hist{$b} <=> $Hist{$a} || $a cmp $b } keys
%Hist) { printf("%-15s %5i\n", $key, $Hist{$key}) } }' | head -n 40

would help in any case ?

--
Toralf


More information about the tor-relays mailing list