fix example config notes

This commit is contained in:
yuzuki999 2023-08-20 22:29:08 +08:00
parent c3bb809c71
commit 24423d892c

View File

@ -1,14 +1,16 @@
{
"Log": {
// V2bX Core log
"Level": "error"
},
"Cores": [
{
"Type": "sing",
// Core
"Type": "sing",
"Log": {
// SingBox log
"Level": "error",
"Timestamp": true
}
@ -18,6 +20,7 @@
"Type": "xray",
"Log": {
// Xray-core log
"Level": "error"
},
"DnsConfigPath": ""
@ -28,33 +31,35 @@
// Node
{
// 1
"Core": "sing",
// Core
"ApiHost": "http://127.0.0.1",
"Core": "sing",
// API
"ApiKey": "test",
"ApiHost": "http://127.0.0.1",
// APIToken
"NodeID": 33,
"ApiKey": "test",
// ID
"NodeType": "shadowsocks",
"NodeID": 33,
//
"Timeout": 30,
"NodeType": "shadowsocks",
//
"RuleListPath": "",
"Timeout": 30,
//
"ListenIP": "0.0.0.0",
"RuleListPath": "",
// IP
"SendIP": "0.0.0.0",
"ListenIP": "0.0.0.0",
// IP
"EnableProxyProtocol": true,
"SendIP": "0.0.0.0",
// Proxy Protocol https://github.com/haproxy/haproxy/blob/master/doc/proxy-protocol.txt
"EnableTFO": true
"EnableProxyProtocol": false,
// TCP Fast Open
"EnableTFO": true
// More
}
/*,
{
// 2
"ApiConfig": {
"ApiHost": "http://127.0.0.1",
"ApiKey": "test",