# Config file for /etc/init.d/proxy # Binary that is stopped with stop() PROXYBIN="/usr/sbin/proxy" # change this to "root" to bind the proxy to a port below 1024 # Run as user USER="nobody" # Run as group GROUP="nogroup" # Options passed to generic proxy # (defaults to a local http-server for your testing) # local port the proxy should listen on SPORT="1081" # remote host for redirection DHOST="127.0.0.1" # destination port on remote host for redirection DPORT="80"