# 使用 curl (Windows 10+ 自带)
curl -Proxy http://127.0.0.1:7890 https://www.google.com
# 使用 wget
wget -e use_proxy=yes -e http_proxy=127.0.0.1:7890 https://www.google.com
# 测试连通性
Test-NetConnection 127.0.0.1 -Port 7890
idea等工具代理设置里面得测试连接办法测试
填写google地址

image.png
Profixfier强行指定软件得代理地址 然后打开浏览器也可以访问google测试或者这里不叫测试,叫使用。

image.png