Added clientonly script

Added clientonly script to have server and client run at different locations
This commit is contained in:
Unknown
2017-06-25 12:18:59 +02:00
committed by unknown
parent 8893df118e
commit 66f93ee541
8 changed files with 118 additions and 6 deletions

View File

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