banner

[Proxy]

Answer File = Internet Settings (.ins) File

The [Proxy] section contains entries for specifying whether to use a proxy server and identifies the host names for the proxy server.

Entry Description
FTP_Proxy_Server Specifies the host name for the proxy server.
Gopher_Proxy_Server Specifies the host name for the proxy server that uses the Internet utility Gopher.
HTTP_Proxy_Server Specifies the host name for the proxy server that uses the Hypertext Transfer Protocol (HTTP).
Proxy_Enable Specifies whether to use a proxy server.
Proxy_Override Specifies the host name for the proxy server.
Secure_Proxy_Server Specifies the host name for the secure proxy server.
Socks_Proxy_Server Specifies the host name for the proxy server that uses SOCKS, a security package.
Use_Same_Proxy Specifies whether to use one proxy server for all services.

Sample

This sample demonstrates one use of the [Proxy] section of the Internet Settings (.ins) File.

[Proxy]
FTP_Proxy_Server = MyFTPProxy
Gopher_Proxy_Server = MyGopherProxy
HTTP_Proxy_Server = MyHTTPProxy
Proxy_Enable = 1
Proxy_Override = <LOCAL>
Secure_Proxy_Server = MySecureProxy
Socks_Proxy_Server = MySocksProxy
Use_Same_Proxy = 1

FTP_Proxy_Server

Specifies the host name for the proxy server.

Syntax FTP_Proxy_Server = proxy server name
Value proxy server name
Example
FTP_Proxy_Server = MyFTPProxy

icon Return to top

Gopher_Proxy_Server

Specifies the host name for the proxy server that uses the Internet utility Gopher.

Syntax Gopher_Proxy_Server = proxy server name
Value proxy server name
Example
Gopher_Proxy_Server = MyGopherProxy

icon Return to top

HTTP_Proxy_Server

Specifies the host name for the proxy server that uses the Hypertext Transfer Protocol (HTTP).

Syntax HTTP_Proxy_Server = proxy server name
Value proxy server name
Example
HTTP_Proxy_Server = MyHTTPProxy

icon Return to top

Proxy_Enable

Specifies whether to use a proxy server.

Syntax Proxy_Enable = 0 | 1
Values 0

Does not use a proxy server.

1

Uses a proxy server.

Default Value 0
Example
Proxy_Enable = 1

icon Return to top

Proxy_Override

Specifies the host name for the proxy server.

Syntax Proxy_Override = string
Value string
Example
Proxy_Override = <LOCAL>

icon Return to top

Secure_Proxy_Server

Specifies the host name for the secure proxy server.

Syntax Secure_Proxy_Server = proxy server name
Value proxy server name
Example
Secure_Proxy_Server = MySecureProxy

icon Return to top

Socks_Proxy_Server

Specifies the host name for the proxy server that uses SOCKS, a security package.

Syntax Socks_Proxy_Server = proxy server name
Value proxy server name
Example
Socks_Proxy_Server = MySocksProxy

icon Return to top

Use_Same_Proxy

Specifies whether to use one proxy server for all services.

Syntax Use_Same_Proxy = 0 | 1
Values 0

Does not use one proxy server for all services.

1

Uses one proxy server for all services.

Default Value 0
Example
Use_Same_Proxy = 1

icon Return to top