mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 18:08:14 -05:00
65 lines
1.2 KiB
JSON
65 lines
1.2 KiB
JSON
|
{
|
||
|
"Log": {
|
||
|
"Level": "error"
|
||
|
},
|
||
|
"Cores": [
|
||
|
{
|
||
|
"Type": "sing",
|
||
|
"Log": {
|
||
|
"Level": "error",
|
||
|
"Timestamp": true
|
||
|
}
|
||
|
},{
|
||
|
"Type": "xray",
|
||
|
"Log": {
|
||
|
"Level": "error"
|
||
|
},
|
||
|
"DnsConfigPath": "",
|
||
|
...
|
||
|
}
|
||
|
],
|
||
|
"Nodes": [
|
||
|
{
|
||
|
"Core": "sing",
|
||
|
"ApiHost": "http://127.0.0.1",
|
||
|
"ApiKey": "test",
|
||
|
"NodeID": 33,
|
||
|
"NodeType": "shadowsocks",
|
||
|
"Timeout": 30,
|
||
|
"RuleListPath": "",
|
||
|
"ListenIP": "0.0.0.0",
|
||
|
"SendIP": "0.0.0.0",
|
||
|
"EnableProxyProtocol": true,
|
||
|
"EnableTFO": true,
|
||
|
...
|
||
|
},{
|
||
|
"ApiConfig": {
|
||
|
"ApiHost": "http://127.0.0.1",
|
||
|
"ApiKey": "test",
|
||
|
"NodeID": 33,
|
||
|
"Timeout": 30,
|
||
|
"RuleListPath": ""
|
||
|
},
|
||
|
"Options": {
|
||
|
"Core": "sing",
|
||
|
"EnableProxyProtocol": true,
|
||
|
"EnableTFO": true,
|
||
|
...
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Core": "xray",
|
||
|
"ApiHost": "http://127.0.0.1",
|
||
|
"ApiKey": "test",
|
||
|
"NodeID": 33,
|
||
|
"NodeType": "shadowsocks",
|
||
|
"Timeout": 30,
|
||
|
"RuleListPath": "",
|
||
|
"ListenIP": "0.0.0.0",
|
||
|
"SendIP": "0.0.0.0",
|
||
|
"EnableProxyProtocol": true,
|
||
|
"EnableTFO": true,
|
||
|
...
|
||
|
}
|
||
|
]
|
||
|
}
|