Curl 不使用代理


被系统全局http代理折腾了一把

curl -X POST \
  http://ip:port/rpc \
  -d '{
    "hello": "world"
}' --noproxy "*"