# The application tries to go to
# http://www.in7ane.com/psp/gmdl.txt
# to see if there is a newer version, and if so displays an alert
# change to 0 to disable
UPDATE=1

# Since there is checking for updates, this could be classed as a product
# rather than a collection of scripts
# So, this is a good faith attempt to prevent infringement of TOS
# Specify IP segments from which the application can not be run
# For example including 123.123 or 123.123.
# would disable 123.123.0.0 to 123.123.255.255
# Note: 12 with no . would disable 12 and 120 to 129
# It tries to check against http://www.whatismyip.com
BAN=XXX.XXX.XXX. # Sample, and the line needs to be terminated with #

# Proxy settings
# will try to connect with user/pass if proxy specified
# use proxy:port as the proxy
PROXY=# The line needs to be terminated with #
USER=# The line needs to be terminated with #
PASS=# The line needs to be terminated with #
DOMAIN=# The line needs to be terminated with #