diff options
Diffstat (limited to 'templates/20proxy.erb')
-rw-r--r-- | templates/20proxy.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/20proxy.erb b/templates/20proxy.erb new file mode 100644 index 0000000..e72319f --- /dev/null +++ b/templates/20proxy.erb @@ -0,0 +1 @@ +Acquire::http { Proxy "http://<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; }; |