http://hotwayd.sourceforge.net/
cd /root/archive
wget http://unc.dl.sourceforge.net/sourceforge/hotwayd/hotwayd-0.7.tar.gz
tar -xvzf hotwayd-0.7.tar.gz
cd hotwayd-0.7
./configure
make
make install
pico /etc/xinetd.d/hotwayd
service hotwayd
{
disable = no
type = unlisted
socket_type = stream
protocol = tcp
wait = no
user = nobody
groups = yes
server = /usr/local/sbin/hotwayd
#server_args = -p http://proxy:8080 -u proxy_user -q proxy_password
port = 1110
}
killall -HUP xinetd