Lines Matching refs:proxy
3 # such as proxy server addresses and optionally any shared download location
9 # Uncomment to cause CVS to use the proxy host specified
10 #CVS_PROXY_HOST = "proxy.example.com"
15 #http-proxy-host = proxy.example.com
16 #http-proxy-port = 81
19 # To use git with a proxy, you must use an external git proxy command, such as
20 # the one provided by scripts/oe-git-proxy. To use this script, copy it to
22 #GIT_PROXY_COMMAND ?= "oe-git-proxy"
25 #ALL_PROXY ?= "https://proxy.example.com:8080"
26 # If you wish to use certain hosts without the proxy, specify them in NO_PROXY.
27 # See the script for details on syntax. The script oe-git-proxy uses some tools