Parsing tracker list
This commit is contained in:
parent
8ea5dfae87
commit
3eb1558451
4 changed files with 33 additions and 0 deletions
|
|
@ -422,6 +422,9 @@ pub struct SessionOptions {
|
|||
|
||||
pub blocklist_url: Option<String>,
|
||||
|
||||
// The list of tracker URLs to always use for each torrent.
|
||||
pub trackers: HashSet<url::Url>,
|
||||
|
||||
#[cfg(feature = "disable-upload")]
|
||||
pub disable_upload: bool,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue