Skip to content

Commit

Permalink
Update isp database
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Sep 10, 2024
1 parent 809c7d2 commit 840fa84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified country_asn.mmdb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fn main() -> std::io::Result<()> {
.get_matches();

if args.get_flag("update-ipdb") {
ip::update_ipdb("https://raw.githubusercontent.com/librespeed/speedtest/master/backend/country_asn.mmdb", "country_asn.mmdb");
ip::update_ipdb("https://raw.githubusercontent.com/librespeed/speedtest-rust/master/country_asn.mmdb", "country_asn.mmdb");
return Ok(())
}

Expand Down

0 comments on commit 840fa84

Please sign in to comment.