[tutorial v1.1_142] A web_address variable

This commit is contained in:
egarette@silique.fr 2026-03-12 08:11:04 +01:00
parent 032d15fe00
commit b3dedc7e1d

View file

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