CNSearch 1.5.1
Working Through Proxy Server
Starting with version 0.91, there appeared an option of working through proxy-server; 4 new directives were added: ProxyServer, ProxyPort, ProxyLogin, and ProxyPassword:
ProxyServer server
The parameter specifies the proxy-server address. The indexer connects to the proxy-server using ProxyPort.
For example:
ProxyServer proxy.domain.ru
ProxyPort port
The parameter specifies the port of the proxy-server.
For example:
ProxyPort 8080
ProxyLogin login
The parameter defines login for establishing connection to the proxy-server; it is used only in case the proxy server requires authorization and works with ProxyPassword.
For example:
ProxyLogin alex
ProxyPassword password
The parameter defines password for establishing connection to the proxy-server; it is used only in case the proxy server requires authorization.
For example:
ProxyPassword qwerty