[release] Update version to 0.9.6+ post release
[gpxe.git] / contrib / t2hproxy / t2hproxy.xinetd
blobea6a03f1eb92ea99ccc68449ee85b6a44be16e55
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
5 service t2hproxy
7         type            = UNLISTED
8         id              = t2hproxy
9         socket_type     = dgram
10         protocol        = udp
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
17 #       slash is needed
19         server_args     = --prefix http://localhost/
21 #       --proxy http://proxyhost:3128/ can also be appended
23         log_type        = FILE /var/log/t2hproxy.log
24         user            = nobody
25         wait            = yes
26         instances       = 10
27         disable         = no
28         port            = 69
29 }