Add note to allow all IP addresses. ipWhitelist configuration directive.

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-03-07 14:12:48 -03:00
parent 6ea1732630
commit 34f04b1946
2 changed files with 2 additions and 2 deletions

View File

@@ -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,