overleaf/chef/cookbooks/apt/templates/default/01proxy.erb
2014-04-01 13:26:49 +01:00

5 lines
190 B
Text

Acquire::http::Proxy "http://<%= @proxy %>:<%= @port %>";
Acquire::https::Proxy "DIRECT";
<% @bypass.each do |bypass, type| %>
Acquire::<%= type %>::Proxy::<%= bypass %> "DIRECT";
<% end %>