it still isnt working :( Here is my config now…
var config = {
port: 8080,
ipWhitelist: [], // Set [] to allow all IP addresses
address:"0.0.0.0", // or add a specific IPv4 of 192.168.1.5 :
// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
// or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/2$
Any other ideas? I dont know why this is so hard :*(