mirror of https://github.com/v2ray/v2ray-core
Update doc
parent
055c8f1833
commit
020789c9b3
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"port": 27183,
|
||||
"log" : {
|
||||
"access": "./access.log"
|
||||
"access": "access.log"
|
||||
},
|
||||
"inbound": {
|
||||
"protocol": "vmess",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue