File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ The proxy configuration supports three modes:
319319
320320By default (` Mode: System ` ), proxy configuration is automatically detected from system settings:
321321
322- - ** Environment variables** : HTTP_PROXY, HTTPS_PROXY, FTP_PROXY , NO_PROXY
322+ - ** Environment variables** : HTTP_PROXY, HTTPS_PROXY, ALL_PROXY , NO_PROXY
323323- ** Linux sysconfig** : ` /etc/sysconfig/proxy ` on RHEL/SUSE systems
324324- ** Windows Registry** : Per-user and machine-wide settings with WinHTTP fallback
325325- ** macOS System Configuration** : SCDynamicStoreCopyProxies()
@@ -415,7 +415,6 @@ To completely disable proxy usage (ignoring system settings):
415415 "Mode" : " Manual" ,
416416 "Http" : " http://proxy.corp:8080" ,
417417 "Exclude" : [
418- " *" ,
419418 " localhost" ,
420419 " .internal.corp" ,
421420 " devolutions.net" ,
You can’t perform that action at this time.
0 commit comments