VMware

NoProxy Namespace

The NoProxy namespace provides commands to configure a connection that does not need a proxy.

List of commands:



Set Command

dcli com vmware appliance networking noproxy set

Description

Sets servers for which no proxy configuration should be applied. This operation sets environment variables. In order for this operation to take effect, a logout from appliance or a service restart is required. If IPv4 is enabled, "127.0.0.1" and "localhost" will always bypass the proxy (even if they are not explicitly configured).

Options

Option Name Type Required Description
servers string Yes List of strings representing servers to bypass proxy. A server can be a FQDN, IP address, FQDN:port or IP:port combinations.

Example

dcli com vmware appliance networking noproxy set --servers testString


Get Command

dcli com vmware appliance networking noproxy get

Description

Returns servers for which no proxy configuration will be applied.

Example

dcli com vmware appliance networking noproxy get