本文档由"一诺"编写,测试使用
Authorization: ********************{
"name": "string",
"localIp": "string",
"localPort": 0,
"remotePort": 0,
"domain": "string",
"useEncryption": true,
"useCompression": true
}curl --location --request PUT 'https://api.hyperfrp.com/api/proxies/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"localIp": "string",
"localPort": 0,
"remotePort": 0,
"domain": "string",
"useEncryption": true,
"useCompression": true
}'