initial commit

This commit is contained in:
iceBear67
2026-07-15 14:28:58 +08:00
commit 6e0d7ec33f
47 changed files with 4022 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"server": "hub.example.com:25565",
"psk": "change-me-to-a-long-random-passphrase",
"maxConn": 4,
"pingIntervalMs": 20000,
"mappings": [
{
"pattern": "mc.example.com",
"destination": "127.0.0.1:25566",
"proxyProtocol": true
}
]
}