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"] } }