35 lines
591 B
JSON
35 lines
591 B
JSON
{
|
|
"tcp": [
|
|
{
|
|
"name": "tcp_1",
|
|
"localaddr": "192.168.1.198",
|
|
"localport": 8560,
|
|
"remoteaddr": "192.168.1.197",
|
|
"remoteport": 8561,
|
|
"keeplive": 2,
|
|
"times": 10,
|
|
"sendprotocol": "hex",
|
|
"recvprotocol": "hex",
|
|
"routertable": {
|
|
"routertable": ["udp_1"]
|
|
}
|
|
}
|
|
],
|
|
"udp": [
|
|
{
|
|
"name": "udp_1",
|
|
"localaddr": "192.168.1.198",
|
|
"localport": 8571,
|
|
"remoteaddr": "192.168.1.197",
|
|
"remoteport": 8572,
|
|
"keeplive": 2,
|
|
"times": 10,
|
|
"sendprotocol": "hex",
|
|
"recvprotocol": "hex",
|
|
"routertable": {
|
|
"routertable": ["tcp_1"]
|
|
}
|
|
}
|
|
]
|
|
}
|