Skip to content

Commit

Permalink
update download url
Browse files Browse the repository at this point in the history
  • Loading branch information
cnbatch authored Mar 27, 2022
1 parent 46c75f0 commit 6712433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int main(int argc, char *argv[])
}

string json_record = R"({"address_count":{0},"file_count":{1},"timestamp":"{2}","locations_filename":"GeoLite2-Country-Locations-en.csv","address_sources":{"IPv4":"GeoLite2-Country-Blocks-IPv4.csv","IPv6":"GeoLite2-Country-Blocks-IPv6.csv"}})";
string url = "https://github.com/herrbischoff/country-ip-blocks/archive/master.zip";
string url = "https://codeload.github.com/herrbischoff/country-ip-blocks/zip/refs/heads/master";
map<string, string> filename_content_map;
if (parse_in_memory)
{
Expand Down

0 comments on commit 6712433

Please sign in to comment.