Proxy

Name

Proxy -- defines HTTP proxy address

indexer.conf

Synopsis

Proxy {host} [:port]

Description

Proxy defines whether to use a proxy server rather then direct connection.

Using proxy is possible with HTTP, HTTPS and FTP protocols.

The default port value is 3128, which is similar to the port used by Squid proxy server.

If the Proxy value is empty, or no Proxy commands are defined, then direct connection is used.

Scope

Proxy can be set multiple times and affects on all following Server and Realm commands until the end of the configuration file, or until the next Proxy command.

Examples


# Proxy on atoll.anywhere.com, port 3128:
Proxy atoll.anywhere.com
# Proxy on lota.anywhere.com, port 8090:
Proxy lota.anywhere.com:8090
# Disable proxy (direct connect):
Proxy
      

See also

AuthBasic, ProxyAuthBasic.