Submit
Path:
~
/
/
etc
/
multitail
/
File Content:
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"; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
convert-geoip.pl
223 bytes
0644
convert-simple.pl
137 bytes
0644
N4ST4R_ID | Naxtarrr