1 # Description: tftp to http proxy
2 # A sample config file for xinetd, edit and put in /etc/xinetd.d
3 # then killall -HUP xinetd, or restart xinetd
12 # The pathname to where you have installed it
14 server = /usr/local/sbin/t2hproxy.pl
16 # If your filenames don't start with /, then the trailing
19 server_args = --prefix http://localhost/
21 # --proxy http://proxyhost:3128/ can also be appended
23 log_type = FILE /var/log/t2hproxy.log