Update note about disabling DoH

This commit is contained in:
Sonny Bakker 2025-06-08 13:35:07 +02:00
parent 9129cb3777
commit e45b0c59ac

View file

@ -29,8 +29,9 @@
- name: Personal provisiong
when: "'personal' in group_names"
block:
# Note: set `network.dns.native_https_query` in about:config to prevent
# DoH requests by default. See https://github.com/arkenfox/user.js/issues/1881
# Note: Disable DoH in Firefox to fallback to system's default DNS
# resolver, see
# https://support.mozilla.org/en-US/kb/dns-over-https#w_configure-doh-protection-settings
- name: Wireguard provisioning
ansible.builtin.import_tasks: 'tasks/personal/all/wireguard.yml'
tags: wireguard