From cc0ab32f8c20023c8b9548fdb6348a04baee7b29 Mon Sep 17 00:00:00 2001 From: q158073378252010 Date: Wed, 18 Apr 2018 15:51:01 +0800 Subject: [PATCH] Update config_client.json --- websocket+Nginx+TLS/config_client.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/websocket+Nginx+TLS/config_client.json b/websocket+Nginx+TLS/config_client.json index aad0a55..073e55b 100755 --- a/websocket+Nginx+TLS/config_client.json +++ b/websocket+Nginx+TLS/config_client.json @@ -29,6 +29,8 @@ "users": [ { "id": "97c0ec9c-dc4e-11e7-9296-cec278b6b50a", + //"level"字段与"policy"字段中的"levels"字段中的对应,默认值:0,注:需要core≥3.1 + "level": 0, "alterId": 0, "security": "aes-128-cfb" } @@ -73,6 +75,17 @@ "timeout": 300 } }, + // 注"policy"字段需要core≥3.1 + "policy": { + "levels": { + "0": { + "uplinkOnly": 0, + "downlinkOnly": 0, + "connIdle": 150, + "handshake": 4 + } + } + }, "routing": { "settings": { "rules": [ @@ -129,4 +142,4 @@ }, "strategy": "rules" } -} \ No newline at end of file +}