summaryrefslogtreecommitdiff
path: root/src/cfg/config.rs
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-01 14:32:31 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-01 14:32:31 +0300
commit4030a202f8f2eeb20d0ecb547a9d656a8e2821c5 (patch)
tree3fc78ce44f3c4dc748e0d4e27418262f3e42a1b3 /src/cfg/config.rs
parentb157e34176858766738be7e6903cc188285a5aeb (diff)
Fixed logical issue in --http repo url
Diffstat (limited to 'src/cfg/config.rs')
-rw-r--r--src/cfg/config.rs2
1 files changed, 1 insertions, 1 deletions
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
},