Files
server/etc/xinetd.d/echo-udp
2026-01-08 18:34:49 +01:00

15 lines
304 B
Plaintext

# 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
}