1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 07:16:29 -04:00

Update doc

This commit is contained in:
V2Ray 2015-10-10 10:51:21 +02:00
parent 055c8f1833
commit 020789c9b3
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"port": 27183, "port": 27183,
"log" : { "log" : {
"access": "./access.log" "access": "access.log"
}, },
"inbound": { "inbound": {
"protocol": "vmess", "protocol": "vmess",

View File

@ -17,6 +17,9 @@
```javascript ```javascript
{ {
"port": 1080, // 监听端口 "port": 1080, // 监听端口
"log" : {
"access": "" // 访问记录,目前只在服务器端有效,这里留空
},
"inbound": { "inbound": {
"protocol": "socks", // 传入数据所用协议 "protocol": "socks", // 传入数据所用协议
"settings": { "settings": {
@ -48,6 +51,9 @@
```javascript ```javascript
{ {
"port": 27183, // 监听端口,必须和 Point A 中指定的一致 "port": 27183, // 监听端口,必须和 Point A 中指定的一致
"log" : {
"access": "access.log" // 访问记录
},
"inbound": { "inbound": {
"protocol": "vmess", // 中继协议,不用改 "protocol": "vmess", // 中继协议,不用改
"settings": { "settings": {