mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-31 12:19:29 +08:00
Update config_server.json
This commit is contained in:
parent
cc0ab32f8c
commit
3034efd24c
@ -4,7 +4,8 @@
|
|||||||
"error": "/var/log/v2ray/error.log",
|
"error": "/var/log/v2ray/error.log",
|
||||||
//可能取值 "debug" "info" "warning" "error" 其中"debug"记录的数据最多,"error"记录的最少 "none"表示不记录任何内容 默认值为"warning"
|
//可能取值 "debug" "info" "warning" "error" 其中"debug"记录的数据最多,"error"记录的最少 "none"表示不记录任何内容 默认值为"warning"
|
||||||
"loglevel": "debug"
|
"loglevel": "debug"
|
||||||
},
|
},
|
||||||
|
//注"policy"字段需要core≥3.1
|
||||||
"policy": {
|
"policy": {
|
||||||
"levels": {
|
"levels": {
|
||||||
"0": {
|
"0": {
|
||||||
@ -23,7 +24,8 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"id": "7f43b638-dc47-11e7-9296-cec278b6b50a",
|
"id": "7f43b638-dc47-11e7-9296-cec278b6b50a",
|
||||||
|
//"level"字段与"policy"字段中的"levels"字段中的对应,默认值:0,注:需要core≥3.1
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"alterId": 64
|
"alterId": 64
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user