Read the statement by Michael Teeuw here.
Issue with White list IP(s) not working :(
-
@knubbl - It will be at your router. It depends on the brand, but this sort of thing is usually in the advanced menu.
… or you could follow the instructions in the post here.
-
-
Are you giving your raspberry pi an ip address of “0.0.0.0”?
Why?
The address line should be the IP address of your pi.
Having it listen on any interface hasn’t really worked well.
Then the whitelist is an array of ip address. If you leave it empy (ex. []) then all the devices on your network will be able to access your mirror.
This is what mine looks like:
var config = { address: "192.168.2.48", port: 8080, ipWhitelist: [],This especially makes a difference when using the “Restfull-ish” API. It is necessary to give the address line an ip address :)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login