cargo install winproxy
go install github.com/fhluo/winproxy/go/cmd/winproxy@latest
Visit the Releases page to download pre-built binaries.
winproxy
This will display your current proxy configuration in a formatted table.
# Enable proxy
winproxy -p true
# Disable proxy
winproxy -p false
# Set HTTP proxy
winproxy -p true --proxy-address "127.0.0.1:8080"
# Set proxy with bypass list
winproxy -p true --proxy-address "127.0.0.1:8080" --bypass-list "localhost,127.*,<local>"