mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
Merge branch 'master' of https://github.com/v2ray/v2ray-core
This commit is contained in:
commit
a7c2425c9c
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"port": 50001,
|
"port": 50001,
|
||||||
"log": {
|
"log": {
|
||||||
"access": "access.log",
|
"access": "/tmp/v2ray_access.log",
|
||||||
"error": "error.log",
|
"error": "/tmp/v2ray_error.log",
|
||||||
"loglevel": "error"
|
"loglevel": "error"
|
||||||
},
|
},
|
||||||
"inbound": {
|
"inbound": {
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"port": 50020,
|
"port": 50020,
|
||||||
"log": {
|
"log": {
|
||||||
"access": "access.log",
|
"access": "/tmp/v2ray_access_1.log",
|
||||||
"error": "error.log",
|
"error": "/tmp/v2ray_error_1.log",
|
||||||
"loglevel": "error"
|
"loglevel": "error"
|
||||||
},
|
},
|
||||||
"inbound": {
|
"inbound": {
|
||||||
|
Loading…
Reference in New Issue
Block a user