[WINDOWS] Using proxies with Amaya

You need to declare two special environment variables:

VARIABLE    VALUE SYNTAX                 
http_proxy  http://proxy.address:port

Here you specify a proxy server and it's port. 

VARIABLE    VALUE SYNTAX
no_proxy    domain.address:port

Here you specify a list of domains separated by a space. A domain may also
have an optional port number

Under Windows, I know two ways to set up these variables:

1) Open up an MSDOS console, type set variable=value, execute amaya from that
   window

2) Set the variables in the autoexec.bat file. I tried this on Windows NT 4.0
   and Windows 95 and it works


Examples:

set http_proxy=http://groucho.marx.edu:1080

declares an http proxy at groucho.marx.edu, port 1080

In the next Amaya version, it'll also be possible to declare the proxies
in the thot.ini file.


Hope this helps,

-Jose

Received on Tuesday, 2 December 1997 09:24:43 UTC