mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 03:38:48 -05:00
6 lines
190 B
Text
6 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 %>
|