From 4030a202f8f2eeb20d0ecb547a9d656a8e2821c5 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Mon, 1 Dec 2025 14:32:31 +0300 Subject: Fixed logical issue in --http repo url --- src/cfg/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cfg/config.rs') diff --git a/src/cfg/config.rs b/src/cfg/config.rs index af0def3..521ffcc 100644 --- a/src/cfg/config.rs +++ b/src/cfg/config.rs @@ -71,7 +71,7 @@ impl Config { repo_url: format!("https://mesk.anthrill.i2p/repo/{}/", std::env::consts::ARCH), auto_update: true, destination: (String::from("mesk"), String::from("mesk")), - repo_http_url: None, + repo_http_url: format!("http://github.com/Anthrill/repo-mirror/{}", std::env::consts::ARCH).into(), // Its a hurt place, you need to generate destinations by i2pd and paste here (to mesk.toml) // Better to leave it empty or set it to (mesk, mesk), now destination conn not implemented }, -- cgit v1.2.3