From b68c7edb0148bff4638c885f71a81267b388e479 Mon Sep 17 00:00:00 2001 From: Feng_Qi Date: Tue, 5 Sep 2017 12:56:30 +0800 Subject: [PATCH] Update cfg.example.json --- cfg.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.example.json b/cfg.example.json index ad2a9e1..834ac46 100644 --- a/cfg.example.json +++ b/cfg.example.json @@ -54,6 +54,6 @@ "http": { "enabled": false, "listen": ":1989", - "trustIps":[["192.168.0.1","192.168.0.2"]] + "trustIps":["192.168.0.1","192.168.0.2"] } }