[tutorial v1.1_102] A web_address variable

This commit is contained in:
egarette@silique.fr 2025-12-01 22:22:09 +01:00
parent 85e8a77a6a
commit de239b0dff

View file

@ -16,4 +16,14 @@ dns_over_https: # DNS over HTTPS
disabled: disabled:
variable: _.enable_dns_over_https variable: _.enable_dns_over_https
when: false 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"
... ...