Skip to content

Commit

Permalink
add default dht bootstrap node
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdy committed Oct 3, 2024
1 parent a4ff82e commit 652ed0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/dhtc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ func main() {
log.Warn().Msg("No bootstrap nodes found in '" + cfg.BootstrapNodeFile + "'.")
log.Info().Msg("Using default bootstrap nodes.")
bootstrapNodes = []string{
"router.bittorrent.com:6881", "dht.transmissionbt.com:6881", "dht.libtorrent.org:25401",
"router.bittorrent.com:6881", "router.utorrent.com:6881",
"dht.transmissionbt.com:6881", "dht.libtorrent.org:25401",
}
}

Expand Down

0 comments on commit 652ed0d

Please sign in to comment.