Encryption and major changes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[Resolve]
|
||||
DNS={{ dns }}
|
||||
FallbackDNS={{ fallback_dns }}
|
||||
DNSSEC={{ dnssec }}
|
||||
{% if ansible_local.systemd.version|int >= 239 %}
|
||||
DNSOverTLS={{ dns_over_tls }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user