Entering DoH\DoT
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
hogweed1
2026-06-15 02:56:55 +10:00
parent 8799e6c062
commit 0703cb1704

View File

@@ -28,7 +28,7 @@
Domains=guaranteedstruggle.host just-for-me.internal Domains=guaranteedstruggle.host just-for-me.internal
# Включаем DoT в строгом (strict) режиме для защиты от утечек # Включаем DoT в строгом (strict) режиме для защиты от утечек
DNSOverTLS=strict DNSOverTLS=yes
DNSStubListener=yes DNSStubListener=yes
@@ -48,9 +48,9 @@
state: restarted state: restarted
#when: systemd_resolved_conf.changed #when: systemd_resolved_conf.changed
- name: Force link /etc/resolv.conf to systemd-resolved stub # - name: Force link /etc/resolv.conf to systemd-resolved stub
ansible.builtin.file: # ansible.builtin.file:
src: /run/systemd/resolve/stub-resolv.conf # src: /run/systemd/resolve/stub-resolv.conf
dest: /etc/resolv.conf # dest: /etc/resolv.conf
state: link # state: link
force: yes # перебьет файл, созданный Proxmox # force: yes # перебьет файл, созданный Proxmox