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": {
|
"inbound": {
|
||||||
"port": 443,
|
"port": 443,
|
||||||
"protocol": "vmess",
|
"protocol": "vmess",
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
{
|
{
|
||||||
|
"log": {
|
||||||
|
"access": "/var/log/v2ray/access.log",
|
||||||
|
"error": "/var/log/v2ray/error.log",
|
||||||
|
"loglevel": "warning"
|
||||||
|
},
|
||||||
"inbounds": [
|
"inbounds": [
|
||||||
{
|
{
|
||||||
"port": 10086,
|
"port": 10086,
|
||||||
|
|
Loading…
Reference in New Issue