V2bX/example/config.json

48 lines
965 B
JSON
Raw Normal View History

2023-08-20 03:13:52 -04:00
{
"Log": {
2023-09-16 08:35:42 -04:00
"Level": "info",
2023-08-21 06:50:31 -04:00
"Output": ""
2023-08-20 03:13:52 -04:00
},
"Cores": [
{
2023-08-20 10:29:08 -04:00
"Type": "sing",
2023-08-20 03:13:52 -04:00
"Log": {
"Level": "error",
"Timestamp": true
2023-08-25 23:38:18 -04:00
},
"NTP": {
"Enable": true,
2023-09-12 13:44:03 -04:00
"Server": "time.apple.com",
2023-08-25 23:38:18 -04:00
"ServerPort": 0
2023-08-20 03:13:52 -04:00
}
}
],
"Nodes": [
{
2023-08-20 10:29:08 -04:00
"Core": "sing",
"ApiHost": "http://127.0.0.1",
"ApiKey": "test",
"NodeID": 33,
"NodeType": "shadowsocks",
"Timeout": 30,
"ListenIP": "0.0.0.0",
"SendIP": "0.0.0.0",
"EnableProxyProtocol": false,
2023-09-22 07:30:47 -04:00
"EnableDNS": true,
2023-09-16 08:35:42 -04:00
"DomainStrategy": "ipv4_only",
"LimitConfig": {
"EnableRealtime": false,
"SpeedLimit": 0,
"IPLimit": 0,
"ConnLimit": 0,
"EnableDynamicSpeedLimit": false,
"DynamicSpeedLimitConfig": {
"Periodic": 60,
"Traffic": 1000,
"SpeedLimit": 100,
"ExpireTime": 60
}
}
2023-08-20 03:13:52 -04:00
}
]
}