Linux Aplication Only Support Http Proxy


SUBMITTED BY: Guest

DATE: March 30, 2014, 7:54 p.m.

FORMAT: Text only

SIZE: 881 Bytes

HITS: 5047

  1. Linux Aplication Only Support Http Proxy
  2. linux: xubuntu 12.04
  3. if you a linux user and you have a socks proxy
  4. but you want to use your socks proxy for linux aplication which doesn't support socks proxy
  5. a way you can try is "polipo"
  6. its an linux aplication how can convert socks proxy to http proxy
  7. 1. install polipo
  8. # apt-get install polipo
  9. 2. configure polipo
  10. # nano /etc/polipo/config
  11. proxyAddress = "127.0.0.1" # IPv4 only
  12. proxyPort = 8118 // polipo http port
  13. socksParentProxy = "127.0.0.1:1081" // your socks proxy
  14. socksProxyType = socks5
  15. 3. config your aplication with http proxy
  16. address: 127.0.0.1
  17. port: 8118
  18. 4. cek connection
  19. if you reconfigure your polipo config you must restart polipo service (in root)
  20. # /etc/init.d/polipo restart
  21. happy trying

comments powered by Disqus