Skip to content

Commit

Permalink
test: add announce field to test torrent
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Mar 4, 2024
1 parent 1d54cdb commit f64cb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/create_test_torrent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fn main() {
md5sum: None, // DevSkim: ignore DS126858
}],
),
announce: None,
announce: Some("https://tracker.torrust-demo.com/announce".to_string()),
nodes: Some(vec![("99.236.6.144".to_string(), 6881), ("91.109.195.156".to_string(), 1996)]),
encoding: None,
httpseeds: Some(vec!["https://seeder.torrust-demo.com/seed".to_string()]),
Expand Down

0 comments on commit f64cb29

Please sign in to comment.