How to invoke a command using specific proxy server?
Fresh3 days ago
Mar 15, 202629516 viewsConfidence Score0%
0%
Problem
Some applications support proxy (http proxy or socks proxy), and some are not. For browsers, I can specify proxy server in the preferences/options dialog, and other applications may be able to configure proxy servers in config files. For general purpose, can I invoke a command using a specific prox…
Error Output
$ proxy-exec --type sock5 --server 1.2.3.4:8000 -- wget/ftp ...
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to invoke a command using specific proxy server?
Low Risk
Most Linux commands that access the Internet look in the , , and environment variables for proxy information. So, to do something like your example, just run: The syntax for and is slightly different: The default GNOME desktop environment included w…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix