From 0a649ef141318a4cf3e928a53c20f2c630b68fbe Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 2 Nov 2024 14:58:54 +0100 Subject: [PATCH] [tutorial 081] 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 d709ea5..c121470 100644 --- a/firefox/60-dns_over_https.yml +++ b/firefox/60-dns_over_https.yml @@ -2,3 +2,14 @@ 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: dns_over_https.enable_dns_over_https + when: false