X7ROOT File Manager
Current Path:
/etc/multitail
etc
/
multitail
/
📁
..
📄
convert-geoip.pl
(223 B)
📄
convert-simple.pl
(137 B)
Editing: convert-geoip.pl
#!/usr/bin/perl use Geo::IP; my $gi = Geo::IP->new(GEOIP_STANDARD); $| = 1; while(<>) { chomp($_); $country = $gi->country_code_by_addr($_); if ($country eq '') { $country = '?'; } print "$_ ($country)\n"; }
Upload File
Create Folder