Changeset - 207c124454d0
[Not reviewed]
tip default
0 1 0
Tyler Durden (virii) - 7 years ago 2016-10-19 18:34:12
virii@c3l.lu
Edited file Exit-Network-Stats.pl via Kallithea
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Exit-Network-Stats.pl
Show inline comments
 
@@ -25,13 +25,13 @@ my (@nodes_rand, @nodes_sorted);
 
push @nodes_rand, [$json->[$_]{ip}, $json->[$_]{name}, $json->[$_]{country}] for (0..$nodes_in_numbers -1);
 
@nodes_sorted = nsort_by { int $_->[0] } @nodes_rand;
 

	
 

	
 
format HEAD =
 
************************************************
 
    Country     RX      TX
 
    Country             RX              TX
 
************************************************
 
.
 
write HEAD;
 

	
 

	
 
for (0..$nodes_in_numbers -1) {
0 comments (0 inline, 0 general)