################################### # # # config file - Simple Proxy 2004 # # # # 05/2004 (c) lagon-bleu.org Corp # # # ################################### ### PROXY ### # the hostname to bind to. host=localhost; # the listenning port port=2301; # launch the proxy like a deamon ? # [1=yes/0=no] daemon=1; ### REMOTE PROXY ### # do you use a proxy server to connect out ? # [1=yes/0=no] proxyserv=0; # the hostname for the proxy server proxyhost=172.18.0.31; # the proxy's port proxyport=8080; ### CACHE ### # do you want to use the cache ? [1=yes] cache=1;