Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-09-04 09:42:02 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-09-04 09:42:02 +0400
commit3158b9b64531abd956fff66e591bb6a10e676547 (patch)
treec24ccacc9abe89f6ee016236cdb515023739f46e /README.md
parentf576f1089e77339358512500283a6717043d74e7 (diff)
add note for chromebook users
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba656cf..b794dc7 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,14 @@ npm install
npm start
```
+### Chromebook users
+
+Chromebooks are set to refuse all incoming connections by default. To change this, run:
+
+```bash
+sudo iptables -P INPUT ACCEPT
+```
+
### Contributors
WebTorrent is only possible due to the excellent work of the following contributors: