### PAC file proxy configuration
# When configuring "PAC" proxy configuration, configuration
# directive "proxy-location" accepts one of the following:
# "file:///..." for PAC file accessible on the agent's filesystem.
# "http://..." for .pac file which is downloaded from remote HTTP server.
# If using "file:///..." option, note the use of triple forward slash.
proxy-location=file:///absolute/path/to/my/proxy.pac
#proxy-location=http://my.domain.com/my/proxy.pac
### Proxy server authentication with PAC file
# PAC files do not supply proxy server user credentials.
# If your proxy server requires authentication, the following three
# configuration directives provide the details.
# Proxy auth type can be one of:
# - "" (empty, without quotes - when proxy authentication is not required)
### Bypassing proxy for certain test targets with PAC file
# NOTICE: When "PAC" proxy configuration is used, "proxy-bypass-list"
# configuration directive is ignored.
# Proxy bypass exceptions must be defined in the PAC file itself.