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