From 0703cb1704eb392534ca543f50b3745806f092b6 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Mon, 15 Jun 2026 02:56:55 +1000 Subject: [PATCH] Entering DoH\DoT --- playbooks/resolvconf.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playbooks/resolvconf.yml b/playbooks/resolvconf.yml index 66e5914..3520f2a 100644 --- a/playbooks/resolvconf.yml +++ b/playbooks/resolvconf.yml @@ -28,7 +28,7 @@ Domains=guaranteedstruggle.host just-for-me.internal # Включаем DoT в строгом (strict) режиме для защиты от утечек - DNSOverTLS=strict + DNSOverTLS=yes DNSStubListener=yes @@ -48,9 +48,9 @@ state: restarted #when: systemd_resolved_conf.changed - - name: Force link /etc/resolv.conf to systemd-resolved stub - ansible.builtin.file: - src: /run/systemd/resolve/stub-resolv.conf - dest: /etc/resolv.conf - state: link - force: yes # перебьет файл, созданный Proxmox \ No newline at end of file + # - name: Force link /etc/resolv.conf to systemd-resolved stub + # ansible.builtin.file: + # src: /run/systemd/resolve/stub-resolv.conf + # dest: /etc/resolv.conf + # state: link + # force: yes # перебьет файл, созданный Proxmox \ No newline at end of file