mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 18:08:14 -05:00
update example
This commit is contained in:
parent
bdca51b14f
commit
877548921b
@ -40,10 +40,7 @@ A V2board node server based on multi core, modified from XrayR.
|
|||||||
|
|
||||||
- [ ] 重新实现动态限速
|
- [ ] 重新实现动态限速
|
||||||
- [ ] 重新实现在线IP同步(跨节点在线IP限制)
|
- [ ] 重新实现在线IP同步(跨节点在线IP限制)
|
||||||
- [x] 集成基本操作Command(Start, Stop, Restart, Status, Uninstall)
|
|
||||||
- [ ] 完善Hysteria内核支持
|
|
||||||
- [ ] 完善使用文档
|
- [ ] 完善使用文档
|
||||||
- [ ] 尽可能统一日志输出格式
|
|
||||||
|
|
||||||
## 软件安装
|
## 软件安装
|
||||||
|
|
||||||
|
@ -185,7 +185,9 @@
|
|||||||
{
|
{
|
||||||
// xray内核
|
// xray内核
|
||||||
|
|
||||||
|
"Name": "xray_node1",
|
||||||
"Core": "xray",
|
"Core": "xray",
|
||||||
|
"CoreName": "",
|
||||||
"ApiHost": "http://127.0.0.1",
|
"ApiHost": "http://127.0.0.1",
|
||||||
"ApiKey": "test",
|
"ApiKey": "test",
|
||||||
"NodeID": 33,
|
"NodeID": 33,
|
||||||
|
Loading…
Reference in New Issue
Block a user