Windows Command Prompt (cmd.exe) は、Windowsで標準のCLI環境です。以下はProxiedを利用したcURLの例です:
curl -x socks5h://gateway.proxied.com:1080 https://example.com
socks5h:// を付けることで、DNSクエリもProxiedのキャリアIPを経由し、ルックアップとリクエストの両方が秘匿されます。
Windows Command Prompt (cmd.exe) は、Windowsで標準のCLI環境です。以下はProxiedを利用したcURLの例です:
curl -x socks5h://gateway.proxied.com:1080 https://example.com
socks5h:// を付けることで、DNSクエリもProxiedのキャリアIPを経由し、ルックアップとリクエストの両方が秘匿されます。