Compare commits

..

1 commit

Author SHA1 Message Date
21c35802f2 [tutorial v1.1_122] A web_address variable 2026-03-07 20:52:46 +01:00

View file

@ -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"
...