set_proxy_settings

Section/Topic

Description

Description

trac set_proxy_settings [-m <mode>] [ -h <hostname> -po <port> ] [-u <username> -p <password>]

Arguments

Args

Description

-m mode

one of no_proxy | manual | auto

  • no_proxy - To disable proxy setting

  • auto - To take proxy settings from the Internet Explorer LAN Settings

  • manual - To set the proxy address (i.e. hostname and port)

-h
-p

hostname and port of the proxy

This can be set only when the proxy mode is manual

-u
-p

username and password credentials

This can be set only when the proxy mode is not no_proxy

Example

trac set_proxy_settings -m manual -h 192.168.1.1 -po 12345 -u user -p pass