Files
redapricot/client/config.example.json
T
2026-08-15 17:31:35 +08:00

19 lines
400 B
JSON

{
"server": "hub.example.com:25565",
"psk": "change-me-to-a-long-random-passphrase",
"maxConn": 4,
"pingIntervalMs": 20000,
"streamWindowBytes": 262144,
"maxBandwidth": "",
"streamResume": true,
"resumeGraceMs": 15000,
"statsIntervalMs": 0,
"mappings": [
{
"pattern": "mc\\.example\\.com",
"destination": "127.0.0.1:25566",
"proxyProtocol": true
}
]
}