add blocklist config option

This commit is contained in:
yggverse 2025-08-08 20:25:26 +03:00
parent a97afa0434
commit b0b7938471
2 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,10 @@ pub struct Config {
#[arg(long)]
pub infohash: Vec<String>,
/// Remote address or local path
#[arg(long)]
pub blocklist: Option<Url>,
/// Define custom tracker(s) to preload the `.torrent` files info
#[arg(long)]
pub tracker: Vec<Url>,