0
Files
src/docs/linux/proxy_config.md
Tom Anderson 9f5be07962 Move Linux documents to a subdir
There were 32 linux documents in docs. It's getting out of hand, so lets
move them to a subdirectory.

R=sky,jorgelo
CC=thestig
BUG=None

Change-Id: Ib7de415c72fe6ec3c51dc2b28f06b34487b5b6d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974901
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Reviewed-by: Scott Violet <sky@chromium.org>
Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726499}
2019-12-19 20:54:32 +00:00

19 lines
783 B
Markdown

# Linux Proxy Config
Chromium on Linux has several possible sources of proxy info: GNOME/KDE
settings, command-line flags, and environment variables.
## GNOME and KDE
When Chromium detects that it is running in GNOME or KDE, it will automatically
use the appropriate standard proxy settings. You can configure these proxy
settings from the options dialog (the "Change proxy settings" button in the
"Under the Hood" tab), which will launch the GNOME or KDE proxy settings
applications, or by launching those applications directly.
## Flags and environment variables
For other desktop environments, Chromium's proxy settings can be configured
using command-line flags or environment variables. These are documented on the
man page (`man google-chrome` or `man chromium-browser`).