Removed FastCast tracker as it broke the client

This commit is contained in:
Diego Rodríguez 2015-12-01 02:20:15 -05:00
parent e9b3fbc4cf
commit f23aa0c3ab

View file

@ -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}