WA2LWinTools/etc/proxy.hostname.cfg
WA2LWinTools/etc/proxy.domainname.cfg
WA2LWinTools/etc/proxy.cfg
The configuration file containing the hostname has preference over the proxy.domainname.cfg file, if it exists on the related host. Where the hostname is resolved by the %COMPUTERNAME% environment variable.
The configuration file containing the domainname has preference over the proxy.cfg file, if it exists on the related host. Where the domainname is resolved by the %USERDOMAIN% environment variable.
The file format is OPTION=VALUE
Between the OPTION, the = and the VALUE are no spaces.
Example: HTTP_PROXY=http://proxy.acme.org:8080
Example: HTTP_PROXY=http://user:password@proxy.acme.org:8080
Default: HTTP_PROXY=
Example: HTTPS_PROXY=https://proxy.acme.org:8080
Example: HTTPS_PROXY=https://user:password@proxy.acme.org:8080
Default: HTTPS_PROXY=
# # etc/proxy.cfg - proxy Configuration file # # [00] 11.11.2016 CWa Initial Version # HTTP_PROXY=http://fred:Secr3t@proxy.acme.org:8080 HTTPS_PROXY=https://fred:Secr3t@proxy.acme.org:8080
If you are allowed to access the internet directly (as when you are browsing from home) you don't need to specify proxy settings.
This is free software; see WA2LWinTools/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.