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