From de239b0dff23c3a5872da088a2a7d9f513f73eb0 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 1 Dec 2025 22:22:09 +0100 Subject: [PATCH] [tutorial v1.1_102] A web_address variable --- firefox/60-dns_over_https.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/firefox/60-dns_over_https.yml b/firefox/60-dns_over_https.yml index b5a71cdb..6ce2c7ef 100644 --- a/firefox/60-dns_over_https.yml +++ b/firefox/60-dns_over_https.yml @@ -16,4 +16,14 @@ 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: |- + {% if _.provider is propertyerror or _.provider != 'Custom' %} + provider is not custom + {% endif %} + description: if "_.provider" is not "Custom" ...