ACC SHELL

Path : /etc/xinetd.d/
File Upload :
Current File : //etc/xinetd.d/discard

# default: off
# description: A discard server. This is the tcp version.

service discard
{
	type		= INTERNAL
	id		= discard-stream
	socket_type	= stream
	protocol	= tcp
	user		= root
	wait		= no
	disable		= yes
	FLAGS		= IPv6 IPv4
}                                                                               

ACC SHELL 2018