Files
server/etc/xinetd.d/services
2026-01-07 20:52:11 +01:00

14 lines
314 B
Plaintext

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