[tutorial v1.1_102] A web_address variable
This commit is contained in:
parent
132febe7d8
commit
c71fc3ccab
1 changed files with 10 additions and 0 deletions
|
|
@ -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"
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue