1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
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 |