You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
system-tests/templates/820_network-ports-debian.ya...

23 lines
367 B

port:
# OpenSSH
tcp:22:
listening: true
ip: ["0.0.0.0"]
# Exim MTA
tcp:25:
listening: true
ip: ["127.0.0.1"]
# NTP (systemd-timesyncd does not listen)
udp:123:
listening: false
# Check for a closed port, nothing there.
tcp:7777:
listening: false
# Check for a closed port, nothing there.
udp:7777:
listening: false