Windows Command Prompt

Windows Command Prompt (cmd.exe) is the default CLI on Windows. Example cURL with Proxied:

curl -x socks5h://gateway.proxied.com:1080 https://example.com

Appending socks5h:// routes DNS over Proxied's carrier IPs, hiding both lookup and request.