Skip to content

Commit

Permalink
chore: changed CF's bittorrent tracker host
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenavben committed Jul 25, 2024
1 parent 43faac5 commit b91b8da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CardanoPeerConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default abstract class CardanoPeerConnect {
this.discoverySeed = args.discoverySeed ?? null;
this.announceEndpoints = args.announce ?? [
'wss://tracker.openwebtorrent.com',
'wss://dev.tracker.cf-identity-wallet.metadata.dev.cf-deployments.org',
'wss://dev.btt.cf-identity-wallet.metadata.dev.cf-deployments.org',
'wss://tracker.files.fm:7073/announce',
'ws://tracker.files.fm:7072/announce',
'wss://tracker.openwebtorrent.com:443/announce',
Expand Down
2 changes: 1 addition & 1 deletion src/DAppPeerConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default class DAppPeerConnect {
if (!announce) {
announce = [
'wss://tracker.openwebtorrent.com',
'wss://dev.tracker.cf-identity-wallet.metadata.dev.cf-deployments.org',
'wss://dev.btt.cf-identity-wallet.metadata.dev.cf-deployments.org',
'wss://tracker.files.fm:7073/announce',
'ws://tracker.files.fm:7072/announce',
'wss://tracker.openwebtorrent.com:443/announce',
Expand Down

0 comments on commit b91b8da

Please sign in to comment.