15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
# default: off
|
|
# description: A discard server. This is the udp version.
|
|
|
|
service discard
|
|
{
|
|
type = INTERNAL UNLISTED
|
|
id = discard-dgram
|
|
socket_type = dgram
|
|
protocol = udp
|
|
user = root
|
|
wait = yes
|
|
disable = yes
|
|
port = 9
|
|
}
|