Files
server/etc/xinetd.d/servers
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

14 lines
312 B
Plaintext

# default: off
# description: An internal xinetd service, listing active servers.
service servers
{
type = INTERNAL UNLISTED
port = 9099
socket_type = stream
protocol = tcp
wait = no
disable = yes
only_from = 127.0.0.1
}