Skip to content

Commit bbd2015

Browse files
committed
.
1 parent d5faad4 commit bbd2015

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/COOKBOOK.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ The proxy configuration supports three modes:
319319

320320
By 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",

0 commit comments

Comments
 (0)