From 19d55b055759c16d2e37e5e2b6687f6dd10b5f6c Mon Sep 17 00:00:00 2001 From: iShift Date: Wed, 7 Jan 2015 18:06:13 +0300 Subject: [PATCH] fix ports < 1024 https://github.com/digital-dreamer/twister-proxy/issues/2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3d1676..ecda2df 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ go to the twister-proxy folder and run > node twister-proxy.js & +(If you use ports lower that 1024 you need to use sudo - sudo node twister-proxy.js &) this will launch a public server on default http port 80. If you need to change any settings, you can edit the settings.json file. If you type your server's URL into a web browser, you should see the twister web application. It is now functional, but if you care about privacy for your users, I highly recommend taking one more step and enabling SSL.