t2hproxy.xinetd

来自「linux下从网卡远程启动」· XINETD 代码 · 共 30 行

XINETD
30
字号
# Description: tftp to http proxy# A sample config file for xinetd, edit and put in /etc/xinetd.d# then killall -HUP xinetd, or restart xinetdservice t2hproxy{	type		= UNLISTED	id		= t2hproxy	socket_type	= dgram	protocol	= udp##	The pathname to where you have installed it#	server		= /usr/local/sbin/t2hproxy.pl##	If your filenames don't start with /, then the trailing#	slash is needed#	server_args	= --prefix http://localhost/##	--proxy http://proxyhost:3128/ can also be appended#	log_type	= FILE /var/log/t2hproxy.log	user		= nobody	wait		= yes	instances	= 10	disable		= no	port		= 69}                                                                               

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?