You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-proxy/ziproxy/files/ziproxy.confd

19 lines
650 B

# configuraton file for /etc/init.d/ziproxy
#
# you can symlink /etc/init.d/ziproxy to a different name
# and then copy this config to a new file with the same name
# as the symlinked init-script to run multiple instances of
# ziproxy. You have to change the location for CONFIG then
# of course... ;-)
# Full path to ziproxy.conf file (instead of default one).
#
#CONFIG="/etc/ziproxy/ziproxy.conf"
# Limit incoming connections only from the specified address(es).
# This option has the same meaning, but higher precedence as
# "OnlyFrom=" option in configuration file. Uncomment it
# if you want to set it.
#
#ONLYFROM="<IP.address or hostname>"