mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-19 06:19:29 +08:00
Update config_server.json
This commit is contained in:
parent
bd3b4ee030
commit
e7305b78dd
@ -5,6 +5,16 @@
|
|||||||
//可能取值 "debug" "info" "warning" "error" 其中"debug"记录的数据最多,"error"记录的最少 "none"表示不记录任何内容 默认值为"warning"
|
//可能取值 "debug" "info" "warning" "error" 其中"debug"记录的数据最多,"error"记录的最少 "none"表示不记录任何内容 默认值为"warning"
|
||||||
"loglevel": "debug"
|
"loglevel": "debug"
|
||||||
},
|
},
|
||||||
|
"policy": {
|
||||||
|
"levels": {
|
||||||
|
"0": {
|
||||||
|
"uplinkOnly": 0,
|
||||||
|
"downlinkOnly": 0,
|
||||||
|
"connIdle": 150,
|
||||||
|
"handshake": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"inbound": {
|
"inbound": {
|
||||||
//默认值为"0.0.0.0"
|
//默认值为"0.0.0.0"
|
||||||
"listen": "127.0.0.1",
|
"listen": "127.0.0.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user