overleaf/chef/cookbooks/apt/templates/default/01proxy.erb

6 lines
190 B
Text
Raw Normal View History

2014-03-30 11:51:48 -04:00
Acquire::http::Proxy "http://<%= @proxy %>:<%= @port %>";
Acquire::https::Proxy "DIRECT";
<% @bypass.each do |bypass, type| %>
Acquire::<%= type %>::Proxy::<%= bypass %> "DIRECT";
<% end %>