##----------------------------------------------------------------------------- ## proxy.txt - fli4l configuration parameters __FLI4LVER__ ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## S E E R E A D M E . T X T ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## L E S E N , S I E H E R E A D M E . T X T ## ## Creation: 26.06.2001 fm ## Last Update: $Id$ ## ## Copyright (c) 2001 Frank Meyer ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # Optional package: PRIVOXY (Privacy Enhancing Proxy) #------------------------------------------------------------------------------ OPT_PRIVOXY='no' # privoxy: yes or no PRIVOXY_LISTEN_N='1' # number off interfaces to listen on PRIVOXY_LISTEN_1='IP_NET_1_IPADDR:8118' # use an ip adress or a symblic name like # IP_NET_1_IPADDR followed by a port number PRIVOXY_ALLOW_N='2' PRIVOXY_ALLOW_1='IP_NET_1' # open firewall for the hosts and networks PRIVOXY_ALLOW_2='192.168.1.0/24' # listed in the allow list PRIVOXY_FORWARD='' # optional forward-host:forward-port PRIVOXY_TOGGLE='yes' # may user switch privoxy off? PRIVOXY_EDIT_CONFIG='yes' # may users edit the config online? PRIVOXY_LOGDIR='' # do you want a log file? PRIVOXY_LOGLEVEL='1 4096 8192' # what to log? (see manual) PRIVOXY_USETOR='no' # forward all request to the tor anon proxy OPT_TOR='no' # install tor sock4/5 anon proxy TOR_LISTEN_N='1' # number off interfaces to listen on TOR_LISTEN_1='IP_NET_1_IPADDR:9050' # use an ip adress or a symblic name like # IP_NET_1_IPADDR followed by a port number TOR_ALLOW_N='2' TOR_ALLOW_1='IP_NET_1' # open firewall for the hosts and networks TOR_ALLOW_2='192.168.1.0/24' # listed in the allow list