mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Added clientonly script
Added clientonly script to have server and client run at different locations
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
var config = {
|
||||
address: "localhost",
|
||||
port: 8080,
|
||||
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
|
||||
// or add a specific IPv4 of 192.168.1.5 :
|
||||
|
Reference in New Issue
Block a user