diff options
Diffstat (limited to 'system/linde.nix')
-rw-r--r-- | system/linde.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix index edccf22f..10425754 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -431,6 +431,11 @@ in -- true -- will watch the file for updates )) + policy.add(policy.domains(policy.REFUSE, policy.todnames({ + 'use-application-dns.net', + 'telemetry.astro.build', + }))) + -- disable DNSSEC when using Quad9 since they do it -- trust_anchors.remove('.') -- policy.add(policy.all(policy.TLS_FORWARD({ |