Compare commits
No commits in common. "v1.1_082" and "v1.1_082~1" have entirely different histories.
v1.1_082
...
v1.1_082~1
1 changed files with 0 additions and 10 deletions
|
@ -13,13 +13,3 @@ dns_over_https: # DNS over HTTPS
|
||||||
disabled:
|
disabled:
|
||||||
variable: dns_over_https.enable_dns_over_https
|
variable: dns_over_https.enable_dns_over_https
|
||||||
when: false
|
when: false
|
||||||
|
|
||||||
custom_dns_url:
|
|
||||||
description: Custom DNS URL
|
|
||||||
type: web_address
|
|
||||||
disabled:
|
|
||||||
jinja: |
|
|
||||||
{% if dns_over_https.provider is propertyerror or dns_over_https.provider != 'Custom' %}
|
|
||||||
provider is not custom
|
|
||||||
{% endif %}
|
|
||||||
description: if "dns_over_https.provider" is not "Custom"
|
|
||||||
|
|
Loading…
Reference in a new issue