diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2013-08-10 10:17:07 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2013-08-10 10:17:07 -0700 |
commit | 3f82940636620e5a7970eb563a8bccc0656a8f2f (patch) | |
tree | 5e712dc9b020e7634a191c26f0f078c30735c4cc /etc | |
parent | Add cli options to both layman-updater and layman to print the setup help mes... (diff) | |
download | layman-3f82940636620e5a7970eb563a8bccc0656a8f2f.tar.gz layman-3f82940636620e5a7970eb563a8bccc0656a8f2f.tar.bz2 layman-3f82940636620e5a7970eb563a8bccc0656a8f2f.zip |
Add https connection verification.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/layman.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg index 11ae1be..f1d730a 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -84,9 +84,10 @@ overlays : #----------------------------------------------------------- # Proxy support -# If unset, layman will use the http_proxy environment variable. +# If unset, layman will use the http_proxy/https_proxy environment variable. # -#proxy : http://[user:pass@]www.my-proxy.org:3128 +#http_proxy : http://[user:pass@]www.my-proxy.org:3128 +#https_proxy : https://[user:pass@]www.my-proxy.org:3128 #----------------------------------------------------------- # Strict checking of overlay definitions |