proxy

proxy — The NMSettingProxy object is a NMSetting subclass that describes properties related to Proxy settings like PAC URL, PAC script etc. NetworkManager support 2 values for the "method" property for proxy. If "auto" is specified then WPAD takes place and the appropriate details are pushed into PacRunner or user can override this URL with a new PAC URL or a PAC script. If "none" is selected then no proxy configuration is given to PacRunner to fulfill client queries.

Properties

Table 71. 

Key Name Value Type Default Value Value Description
browser-only
boolean
FALSE
Whether the proxy configuration is for browser only.
method
int32
0
Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE (0)
pac-script
string
PAC script for the connection.
pac-url
string
PAC URL for obtaining PAC file.