We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted to convert the format of ip2location to mmdb, so I found this project. I don't understand perl syntax.
I found the input format is 185.199.108.0/23,3659,US,Github in the readme. But in convert.pl there are some variables like latitude longitude.
185.199.108.0/23,3659,US,Github
mmdb-converter/convert.pl
Lines 58 to 69 in f1c6d1d
So what is the correct input format, do I need to put headers like ip-range,ASN,Country,ISP-Name on the first line?
ip-range,ASN,Country,ISP-Name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wanted to convert the format of ip2location to mmdb, so I found this project. I don't understand perl syntax.
I found the input format is
185.199.108.0/23,3659,US,Github
in the readme.But in convert.pl there are some variables like latitude longitude.
mmdb-converter/convert.pl
Lines 58 to 69 in f1c6d1d
So what is the correct input format, do I need to put headers like
ip-range,ASN,Country,ISP-Name
on the first line?The text was updated successfully, but these errors were encountered: