mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-21 15:57:24 -06:00
Merge pull request #494 from LibreQoE/url_fix_no_bracket
Change download location for geo.bin
This commit is contained in:
commit
33a08e95be
@ -46,7 +46,7 @@ impl GeoTable {
|
||||
fn download() -> anyhow::Result<()> {
|
||||
log::info!("Downloading ASN-IP Table");
|
||||
let file_path = Self::file_path();
|
||||
let url = "https://bfnightly.bracketproductions.com/geo.bin";
|
||||
let url = "https://stats.libreqos.io/geo.bin";
|
||||
let response = reqwest::blocking::get(url)?;
|
||||
let content = response.bytes()?;
|
||||
let bytes = &content[0..];
|
||||
|
Loading…
Reference in New Issue
Block a user