ACC SHELL

Path : /etc/xinetd.d/
File Upload :
Current File : //etc/xinetd.d/echo-udp

# default: off
# description: An echo server. This is the udp version.

service echo
{
	type		= INTERNAL UNLISTED
	id		= echo-dgram
	socket_type	= dgram
	protocol	= udp
	user		= root
	wait		= yes
	disable		= yes
	port		= 7
	FLAGS		= IPv6 IPv4
}                                                                               

ACC SHELL 2018