Add VPN flag for DNS and update TLSA record for mail

This commit is contained in:
Tobias Reisinger 2025-04-18 13:00:00 +02:00
parent 32e42626a1
commit a7a8d17186
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 23 additions and 17 deletions
playbooks/filter_plugins

View file

@ -71,6 +71,7 @@ class FilterModule(object):
result[name] = {
"target": ".".join(target_parts),
"domain": ".".join(domain_parts[-2:]),
"vpn": dns.get("vpn", False),
}
if dns.get("alias"):