diff options
author | Samuel Mendoza-Jonas <sam@mendozajonas.com> | 2016-10-27 14:56:05 +1100 |
---|---|---|
committer | Samuel Mendoza-Jonas <sam@mendozajonas.com> | 2016-11-24 11:42:25 +1100 |
commit | a055f6714fd06aa3b633b1bc44a8dbf42a0eedb0 (patch) | |
tree | 6223076e8bcfe2c828f4b40d6a4fb8760f520c7b /ui/ncurses/nc-config-help.c | |
parent | 1dd51e986202e5e111c1042f148867bd08c2bedc (diff) | |
download | petitboot-a055f6714fd06aa3b633b1bc44a8dbf42a0eedb0.zip petitboot-a055f6714fd06aa3b633b1bc44a8dbf42a0eedb0.tar.gz |
Support HTTP(S) proxies when downloading resources
Allow the user to specify a HTTP and HTTPS proxy server. The discover
server will set the http_proxy and https_proxy environment variables,
enabling the proxy servers for any further HTTP(S) requests.
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'ui/ncurses/nc-config-help.c')
-rw-r--r-- | ui/ncurses/nc-config-help.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/ncurses/nc-config-help.c b/ui/ncurses/nc-config-help.c index a0cbb20..6b0d59f 100644 --- a/ui/ncurses/nc-config-help.c +++ b/ui/ncurses/nc-config-help.c @@ -44,6 +44,10 @@ mask, gateway, and a DNS server or servers for a network interface. Select \ this option if you do not have a DHCP server, or want explicit control of \ network settings.\n" "\n" +"HTTP(S) Proxy: Allows you to specify an optional HTTP or HTTPS proxy server \ +if required, for example: \"http://proxy:3128\". Any HTTP(S) requests made by \ +the pb-discover server will use these details.\n" +"\n" "Disk R/W: Certain bootloader configurations may request write access to \ disks to save information or update parameters (eg. GRUB2). " "Use this option to control access to disks.\n"); |