2 # in order for you to use the internet accessing routines you
3 # need to set various flags and things in this file
5 # BUT DO NOT ALTER THIS FILE! It will be overwritten on every update
7 # COPY this file to ../local, alter it there and restart the software
9 # Copyright (c) 2000 Dirk Koopman G1TLH
17 # set this flag to 1 if you want to allow internet commands
25 # set this to your QRZ user name (you need this for the sh/qrz
29 # $qrz_uid = 'gb7xxx';
35 # QRZ.com password - this goes with your user id above
38 # $qrz_pw = 'fishhooks';
44 # the address of any HTTP proxy you might be using
46 # leave as is unless you need one
48 # eg: $http_proxy = 'wwwcache.demon.co.uk';
54 # HTTP proxy port - again leave alone unless you need this
56 # eg: $http_proxy_port = 8080;
59 $http_proxy_port = undef;