Add VPN flag for DNS and update TLSA record for mail
This commit is contained in:
parent
32e42626a1
commit
a7a8d17186
6 changed files with 23 additions and 17 deletions
playbooks/filter_plugins
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue