From b3dedc7e1d22a61e5e43a2d9dd628077e1f52f54 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 12 Mar 2026 08:11:04 +0100 Subject: [PATCH] [tutorial v1.1_142] A web_address variable --- firefox/60-dns_over_https.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/firefox/60-dns_over_https.yml b/firefox/60-dns_over_https.yml index b5a71cdb..309c6534 100644 --- a/firefox/60-dns_over_https.yml +++ b/firefox/60-dns_over_https.yml @@ -16,4 +16,13 @@ dns_over_https: # DNS over HTTPS disabled: variable: _.enable_dns_over_https when: false + + custom_dns_url: + description: Custom DNS URL + type: web_address + disabled: + jinja: |- + {{ _.provider is propertyerror or _.provider != 'Custom' }} + return_type: boolean + description: if "_.provider" is not "Custom" ...