hilfe mein git ist komisch
This commit is contained in:
25
etc/xinetd.d/discard
Normal file
25
etc/xinetd.d/discard
Normal file
@@ -0,0 +1,25 @@
|
||||
# default: off
|
||||
# description: An RFC 863 discard server.
|
||||
# This is the tcp version.
|
||||
service discard
|
||||
{
|
||||
disable = yes
|
||||
type = INTERNAL
|
||||
id = discard-stream
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
user = root
|
||||
wait = no
|
||||
}
|
||||
|
||||
# This is the udp version.
|
||||
service discard
|
||||
{
|
||||
disable = yes
|
||||
type = INTERNAL
|
||||
id = discard-dgram
|
||||
socket_type = dgram
|
||||
protocol = udp
|
||||
user = root
|
||||
wait = yes
|
||||
}
|
||||
Reference in New Issue
Block a user