rougail-tutorials_builder/examples/081/dictionaries/firefox/60-dns_over_https.yml

18 lines
324 B
YAML
Raw Normal View History

2025-05-05 19:05:46 +02:00
%YAML 1.2
2024-07-21 11:27:47 +02:00
---
dns_over_https: # DNS over HTTPS
enable_dns_over_https: false # Enable DNS over HTTPS
provider:
description: Use Provider
choices:
- Cloudflare
- NextDNS
- Custom
default: Cloudflare
disabled:
2025-05-05 18:21:57 +02:00
variable: dns_over_https.enable_dns_over_https
when: false
2025-05-05 19:05:46 +02:00
...