mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +08:00
40 lines
767 B
JSON
40 lines
767 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
|
|
}
|
|
],
|
|
"advancedSettings": {
|
|
"userHintIsMandatory": true
|
|
},
|
|
"loggingLevel": "DEBUG",
|
|
"mtu": 1400,
|
|
"trafficPattern": {
|
|
"unlockAll": true,
|
|
"tcpFragment": {
|
|
"enable": true,
|
|
"maxSleepMs": 10
|
|
}
|
|
}
|
|
}
|