Compare commits
1 commit
v1.1_083~1
...
v1.1_083
Author | SHA1 | Date | |
---|---|---|---|
0a9139fdbe |
1 changed files with 6 additions and 0 deletions
|
@ -23,3 +23,9 @@ dns_over_https: # DNS over HTTPS
|
||||||
provider is not custom
|
provider is not custom
|
||||||
{% endif %}
|
{% endif %}
|
||||||
description: if "dns_over_https.provider" is not "Custom"
|
description: if "dns_over_https.provider" is not "Custom"
|
||||||
|
validators:
|
||||||
|
- jinja: |
|
||||||
|
{% if dns_over_https.custom_dns_url.startswith('http://') %}
|
||||||
|
only https is allowed
|
||||||
|
{% endif %}
|
||||||
|
description: must starts with 'https://' only
|
||||||
|
|
Loading…
Reference in a new issue