mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 21:13:43 -05:00
5 lines
190 B
Text
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 %>
|