How do I make curl ignore the proxy?

后端 未结 12 1501
别跟我提以往
别跟我提以往 2021-01-30 03:01

How do I make curl ignore the proxy? Setting $NO_PROXY doesn\'t seem to work for me.

12条回答
  •  北恋
    北恋 (楼主)
    2021-01-30 03:11

    This works just fine, set the proxy string to ""

    curl -x "" http://www.stackoverflow.com
    

提交回复
热议问题