From 06abe650c436a83c49dfa4ca23fe93ee6fe92103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Sat, 20 Aug 2016 22:22:36 -0500 Subject: [PATCH 1/2] Add GitHub Pages --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6e9d60..05396b9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Website powered by [jsDelivr] and [CloudFlare]. I use [nginx] in my server. -Don't like CloudFlare? No problem! Check [Direct-βTorrent]. +Don't like CloudFlare? No problem! Check [Direct-βTorrent] or [GitHub-βTorrent] ### HTML5 serving **You must serve index.html as the default** @@ -66,6 +66,7 @@ MIT. Copyright (c) [Diego Rodríguez Baquero](http://diegorbaquero.com) [βTorrent]: https://btorrent.xyz [Direct-βTorrent]: https://direct.btorrent.xyz +[GitHub-βTorrent]: https://diegorbaquero.github.io/BTorrent/ [WebTorrent]: https://webtorrent.io [AngularJS]: https://angularjs.org/ [Skeleton]: http://getskeleton.com/ From 1780800a6c1db25bfcf6b87653bb34172f543a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Wed, 21 Sep 2016 16:48:00 -0500 Subject: [PATCH 2/2] Remove WebTorrent tracker --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 1c65f51..a310f9c 100644 --- a/app.js +++ b/app.js @@ -4,7 +4,7 @@ VERSION = '0.15' BUILD = '2' -trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.webtorrent.io', 'wss://tracker.openwebtorrent.com', 'wss://tracker.fastcast.nz'] +trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com', 'wss://tracker.fastcast.nz'] opts = { announce: trackers