## Desktop proxy parameters ## ## Please read http://www.projectcomputing.com/resources/desktopProxy ## ## By default desktop proxy parameters are read from proxyParms.txt in ## the working directory. The location of this file may be given as a ## parameter on the command line, eg: ## c:> java DesktopProxy c:/test/testparms.aaa ## ## ## port - port on which this proxy listens for requests. Default: 8088 ##port=8088 ## ## logFile - optional file to record accesses. Default: none - nothing logged ##logFile=C:/temp/desktoplog.txt logFile=log.txt ## ## allowIPAddresses - IP addresses which are allowed to access this proxy. ## Multiple IP addresses are separated by a comma. ## Defaults to just 127.0.0.1, that is, the machine on which the proxy is ## running. ## IP addresses may include a trailing * as a wildcard. A simple "*" allows ## access from any address. ## WARNING: it is impossible to know who or what is ever using any IP address. ## For example, an IP address you trust (even your own...) may be taken over/ ## used by a program over which you have no control. ##allowIPAddresses=10.1.1.*,10.1.2.12,10.1.2.1*,10.8* ## would permit 10.1.1.200, 10.1.2.12, 10.1.2.18, 10.1.2.108, 10.8.4.123 etc ## plus 127.0.0.1 which is always allowed.