I have a local machine with CentOS 7. There is a Socks V5 proxy server on the local subnet that provides this machine with access to the internet. I am able to download files with,
curl -x --proxy socks5://ipaddress:1080 -u username:password www.google.com
On my local machine I am currently running Artifactory and Jenkins webapps in Tomcat. The systems do not natively provide socks proxy setup; and require access to the internet.
I tried tsocks, however remote DNS requests are not resolved.
How to I get this working?