1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 00:45:24 +00: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,
"log" : {
"access": "./access.log"
"access": "access.log"
},
"inbound": {
"protocol": "vmess",

View File

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