diff --git a/app.coffee b/app.coffee index 1b66dc7..6378fa6 100644 --- a/app.coffee +++ b/app.coffee @@ -4,8 +4,7 @@ trackers = [ [ 'udp://open.demonii.com:1337' ], [ 'udp://tracker.webtorrent.io:80' ], [ 'wss://tracker.webtorrent.io' ], - [ 'wss://tracker.btorrent.xyz' ], - [ 'ws://tracker.fastcast.nz' ] + [ 'wss://tracker.btorrent.xyz' ] ] opts = {announce: trackers}