diff options
-rw-r--r-- | doc/examples/cloud-config.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index db37fc4b..e73b8743 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -42,6 +42,9 @@ apt_mirror_search: - http://local-mirror.mydomain - http://archive.ubuntu.com +# apt_proxy (configure Acquire::HTTP::Proxy) +apt_proxy: http://my.apt.proxy:3128 + # Preserve existing /etc/apt/sources.list # Default: overwrite sources_list with mirror. If this is true # then apt_mirror above will have no effect |