mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
fix: dn checks
This commit is contained in:
@@ -33,17 +33,17 @@ apply Service "irc" {
|
||||
assign where host.name == "irc"
|
||||
}
|
||||
|
||||
apply Service "darknet-rudi" {
|
||||
apply Service "wireguard-darknet-rudi" {
|
||||
import "remote_passive"
|
||||
assign where host.name == "vpn"
|
||||
}
|
||||
|
||||
apply Service "darknet-hase" {
|
||||
apply Service "wireguard-darknet-hase" {
|
||||
import "remote_passive"
|
||||
assign where host.name == "vpn"
|
||||
}
|
||||
|
||||
apply Service "darknet-routes" {
|
||||
apply Service "darknet-reachable" {
|
||||
import "remote_passive"
|
||||
assign where host.name == "vpn"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user