Set proxy through windows command line including login parameters

后端 未结 4 1876
离开以前
离开以前 2021-01-30 03:41

I want to set a proxy throught the command line, first thing I found out is that you have to run command line with administrator rights - then the basic proxy s

4条回答
  •  遇见更好的自我
    2021-01-30 04:05

    The best way around this is (and many other situations) in my experience, is to use cntlm which is a local no-authentication proxy which points to a remote authentication proxy. You can then just set WinHTTP to point to your local CNTLM (usually localhost:3128), and you can set CNTLM itself to point to the remote authentication proxy. CNTLM has a "magic NTLM dialect detection" option which generates password hashes to be put into the CNTLM configuration files.

提交回复
热议问题