Read the statement by Michael Teeuw here.
Annother IPWhitelist question
-
In v2.1.1.
var config = { port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses.
I tried this in v 2.1.2 and it crashed the mirror
-
@Mykle1 said in Annother IPWhitelist question:
I tried this in v 2.1.2 and it crashed the mirror
Can you provider more information of the crash…?
-
@roramirez said in Annother IPWhitelist question:
Can you provider more information of the crash…?
No, because I was unable to get out of the mirror to look at the console or the terminal. I had to power down the mirror and reboot. I deleted the install of 2.1.2 and moved back to v 2.1.1
-
-
Exactly the same issue and behaviour here…
-
When I use
ipWhitelist: [],
Any IP I use shows as blocked. I’m using an RPi 2 with “node serveronly”.
-
@B3nihana Please, use a
develop
branch or apply the patch https://github.com/MichMich/MagicMirror/commit/a7297d2685f5ed9b6b34df496065f05ee0d36568#diff-9d4f93dd73c92e4e5730a5c2e0146ad4L33 -
@roramirez Works like a charm…
Thaaaaank you!!!
-
@roramirez said in Annother IPWhitelist question:
Please, use a develop branch or apply the patch
I went to the develop branch. I would also like to confirm that the Whitelist issue, as far as this entry is concerned, has been fixed:
var config = { address: "localhost", port: 8080, ipWhitelist: [],
So, thank you @roramirez