zones.d/master/git/base-services.conf aktualisiert

This commit is contained in:
mkohn 2025-03-25 10:28:19 +01:00
parent 787bafe0db
commit e5e306e1c2

View File

@ -14,6 +14,14 @@ apply Service "ping6" {
assign where host.address6 assign where host.address6
} }
apply Service "Test for deploy" {
import "generic-service"
check_command = "dummy"
assign where host.address
}
apply Service "ssh" { apply Service "ssh" {
import "generic-service" import "generic-service"