mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update comment
This commit is contained in:
parent
b0b7938471
commit
bae3febced
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ pub struct Config {
|
|||
#[arg(long)]
|
||||
pub infohash: Vec<String>,
|
||||
|
||||
/// Remote address or local path
|
||||
/// The P2P Blocklist file URL (to filter outgoing connections)
|
||||
///
|
||||
/// * use `--blocklist=file:///path/to/blocklist.txt` format for the local path
|
||||
#[arg(long)]
|
||||
pub blocklist: Option<Url>,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue