Merge pull request #759 from roramirez/readme-ipWhitelist

Add note to allow all IP addresses. ipWhitelist configuration directive.
This commit is contained in:
Michael Teeuw
2017-03-17 14:10:24 +01:00
committed by GitHub
3 changed files with 6 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,