mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-23 05:20:03 +00:00
Add note to allow all IP addresses. ipWhitelist configuration directive.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
var config = {
|
||||
port: 8080,
|
||||
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
|
||||
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses.
|
||||
|
||||
language: "en",
|
||||
timeFormat: 24,
|
||||
|
Reference in New Issue
Block a user