mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
update example
This commit is contained in:
parent
a1e14d0aca
commit
bdca51b14f
@ -29,7 +29,7 @@
|
||||
"ListenIP": "0.0.0.0",
|
||||
"SendIP": "0.0.0.0",
|
||||
"EnableProxyProtocol": false,
|
||||
"EnableDNS": true
|
||||
"EnableDNS": true,
|
||||
"DomainStrategy": "ipv4_only",
|
||||
"LimitConfig": {
|
||||
"EnableRealtime": false,
|
||||
|
@ -36,7 +36,7 @@
|
||||
"Log": {
|
||||
"Level": "info",
|
||||
"Timestamp": false
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "xray",
|
||||
@ -182,10 +182,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
// 引用其他配置文件
|
||||
"Include": "../example/config_full_node1.json",
|
||||
},
|
||||
{
|
||||
// xray内核
|
||||
|
||||
@ -227,7 +223,7 @@
|
||||
"Alpn": "",
|
||||
"Path": "",
|
||||
"Dest": "",
|
||||
"ProxyProtocolVer": 0,
|
||||
"ProxyProtocolVer": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -238,16 +234,24 @@
|
||||
"ApiHost": "http://127.0.0.1",
|
||||
"ApiKey": "test",
|
||||
"NodeID": 33,
|
||||
"Timeout": 30,
|
||||
"Timeout": 30
|
||||
},
|
||||
// 类似旧配置文件 ControllerConfig 部分
|
||||
"Options": {
|
||||
"Core": "sing",
|
||||
"EnableProxyProtocol": true,
|
||||
"EnableTFO": true,
|
||||
"DomainStrategy": "ipv4_only",
|
||||
"DomainStrategy": "ipv4_only"
|
||||
// More
|
||||
}
|
||||
},
|
||||
{
|
||||
// 引用本地其他配置文件
|
||||
"Include": "../example/config_full_node1.json"
|
||||
},
|
||||
{
|
||||
// 通过Http引用远端配置文件
|
||||
"Include": "http://127.0.0.1:11451/config_full_node1.json"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user