mirror of https://github.com/wulabing/Xray_onekey
config 添加log
parent
269c289796
commit
c1bd2d6ff5
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbound": {
|
||||
"port": 443,
|
||||
"protocol": "vmess",
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"log": {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
"loglevel": "warning"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 10086,
|
||||
|
|
Loading…
Reference in New Issue