From 7a6202e5a6fa161dc782fb1ee0fa6bdb0b651ab6 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 10 Jun 2026 22:28:59 +0200 Subject: [PATCH] [tutorial v1.1_161] A choice variable --- firefox/60-dns_over_https.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/firefox/60-dns_over_https.yml b/firefox/60-dns_over_https.yml index 754f2a8..b5a71cd 100644 --- a/firefox/60-dns_over_https.yml +++ b/firefox/60-dns_over_https.yml @@ -5,4 +5,15 @@ version: 1.1 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: + variable: _.enable_dns_over_https + when: false ...