本文档由"一诺"编写,测试使用
Authorization: ********************{
"name": "string",
"type": "tcp",
"localIp": "string",
"localPort": 0,
"remotePort": 0,
"domain": "string",
"nodeId": 0,
"useEncryption": true,
"useCompression": true
}curl --location --request POST 'https://api.hyperfrp.com/api/proxies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": "tcp",
"localIp": "string",
"localPort": 0,
"remotePort": 0,
"domain": "string",
"nodeId": 0,
"useEncryption": true,
"useCompression": true
}'{
"id": 0,
"name": "string",
"type": "tcp",
"localIp": "string",
"localPort": 0,
"remotePort": 0,
"domain": "string",
"nodeId": 0,
"enabled": true,
"status": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}