Files
Archive/mieru/test/deploy/basic/server_udp.json
T
2026-04-14 21:27:46 +02:00

33 lines
613 B
JSON

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