Determining proxy server/port

前端 未结 2 1192
耶瑟儿~
耶瑟儿~ 2021-01-14 19:15

I apologize if this is a simplistic question, I am not familiar with this kind of thing.

I am trying to determine my proxy server ip and port number in order to use

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-14 20:04

    Enter the following into windows commandline

    netsh winhttp show proxy
    

    It will return

    Current WinHTTP proxy settings:
    
        Proxy Servers(s) : your.proxy.address.com:port
    

提交回复
热议问题