Files
Archive/mieru/test/deploy/basic/server_mix.json
T
2025-10-28 19:41:18 +01:00

30 lines
545 B
JSON

{
"portBindings": [
{
"portRange": "8964-8964",
"protocol": "TCP"
},
{
"port": 9648,
"protocol": "TCP"
},
{
"port": 6489,
"protocol": "UDP"
},
{
"port": 4896,
"protocol": "UDP"
}
],
"users": [
{
"name": "baozi",
"password": "manlianpenfen",
"allowLoopbackIP": true
}
],
"loggingLevel": "DEBUG",
"mtu": 1400
}