#!/bin/sh PATH=/bin:/usr/bin:/sbin:/usr/sbin . /usr/lib/libmodcgi.sh auto_chk=''; man_chk='' toggle_chk=''; neutral_chk=''; if [ "$PRIVOXY_ENABLED" == "yes" ]; then auto_chk=' checked'; else man_chk=' checked'; fi if [ "$PRIVOXY_TOGGLE" == "1" ]; then toggle_chk=' checked'; else neutral_chk=' checked'; fi sec_begin '$(lang de:"Starttyp" en:"Start type")' cat << EOF

EOF sec_end sec_begin '$(lang de:"Einstellungen" en:"Configuration")' cat << EOF

$(lang de:"Der Privoxy Server ist gebunden an" en:"The Privoxy server is listening on")

$(lang de:"IP Adresse" en:"IP Address"):  $(lang de:"Port" en:"Port"): 

EOF sec_end sec_begin '$(lang de:"Filter" en:"Content Filter")' cat << EOF

$(lang de:"Privoxy soll Inhalte beim Surfen filtern" en:"Privoxy shall filter internet content")


EOF sec_end sec_begin '$(lang de:"Weiterleitung" en:"Forwarding") (optional)' cat << EOF

$(lang de:"Privoxy soll Anfragen weiterleiten an" en:"Privoxy shall forward requests to")


Syntax: <ip>:<port>

EOF sec_end sec_begin '$(lang de:"Zugriffskontrolle" en:"Access Control") (optional)' cat << EOF

$(lang de:"Lies das Privoxy Benutzerhandbuch zum Thema Zugriffskontrolle für eine detailierte Beschreibung." en:"See the Privoxy User Manual about Access Control for a brief description.")

$(lang de:"Liste erlaubter Clients und Ziele" en:"List of allowed clients and destinations")


Syntax: <src_addr>[/<mask>] [<dest_addr>[/<mask>]]

$(lang de:"Liste verbotener Clients und Ziele" en:"List of denied clients and destinations")


Syntax: <src_addr>[/<mask>] [<dest_addr>[/<mask>]]

EOF sec_end