2013-08-27 15:14:44 +04:00
|
|
|
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
|
|
|
# Ce fichier contient la configuration du proxy à utiliser pour accéder à
|
|
|
|
# internet, dans le cas où le fichier /etc/uproxy.conf n'existe pas.
|
|
|
|
|
2013-10-14 11:02:23 +04:00
|
|
|
# Faut-il autoriser le calcul automatique du proxy avec libproxy?
|
|
|
|
#PROXY_ENABLE_LIBPROXY=1
|
|
|
|
|
2013-08-27 15:14:44 +04:00
|
|
|
# Credentials si le proxy est authentifié
|
|
|
|
PROXY_LOGIN=
|
|
|
|
PROXY_PASSWORD=
|
|
|
|
|
|
|
|
# domaines locaux, pour lesquels on ne doit pas passer par le proxy
|
|
|
|
PROXY_LOCAL_DOMAINS=()
|
|
|
|
|
|
|
|
# proxy http
|
|
|
|
HTTP_PROXY_HOST=
|
|
|
|
HTTP_PROXY_PORT=
|
|
|
|
|
|
|
|
# proxy ftp anonyme
|
|
|
|
FTP_PROXY_HOST="$HTTP_PROXY_HOST"
|
|
|
|
FTP_PROXY_PORT="$HTTP_PROXY_PORT"
|