- 创建密钥之后需要在密钥对控制台进行绑定。
- ubuntu默认不支持root用户登录。默认用户名为ubuntu
curl -L -X POST ‘http://localhost:8191/v1'
-H ‘Content-Type: application/json’
–data-raw ‘{
“cmd”: “request.get”,
“url”:“https://lowendtalk.com/categories/general/feed.rss",
“maxTimeout”: 60000
}’