Compare commits

..

No commits in common. "v1.1_083" and "v1.1_083~1" have entirely different histories.

View file

@ -23,9 +23,3 @@ dns_over_https: # DNS over HTTPS
provider is not custom
{% endif %}
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