tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

proxy config should have app specific proxy settings #107

Closed culbhas closed 9 years ago

culbhas commented 9 years ago

The global http_proxy configuration param sets proxies for all , Is it possible to specify proxy only for specific application, Lets say jus for apt and nothing else

tmatilai commented 9 years ago

@kulkarni-bhaskar, sure! The apt proxy config is actually the reason why this plugin was born, see fgrehm/vagrant-cachier#19. =)

For example:

config.apt_proxy.http = "http://myproxy.example.com:3142"