Update config_client.json

This commit is contained in:
q158073378252010 2018-04-18 15:51:01 +08:00 committed by GitHub
parent e7305b78dd
commit cc0ab32f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@
"users": [ "users": [
{ {
"id": "97c0ec9c-dc4e-11e7-9296-cec278b6b50a", "id": "97c0ec9c-dc4e-11e7-9296-cec278b6b50a",
//"level""policy""levels":0,core3.1
"level": 0,
"alterId": 0, "alterId": 0,
"security": "aes-128-cfb" "security": "aes-128-cfb"
} }
@ -73,6 +75,17 @@
"timeout": 300 "timeout": 300
} }
}, },
// "policy"core3.1
"policy": {
"levels": {
"0": {
"uplinkOnly": 0,
"downlinkOnly": 0,
"connIdle": 150,
"handshake": 4
}
}
},
"routing": { "routing": {
"settings": { "settings": {
"rules": [ "rules": [
@ -129,4 +142,4 @@
}, },
"strategy": "rules" "strategy": "rules"
} }
} }