Compare commits
1 commit
v1.1_150~1
...
v1.1_150
| Author | SHA1 | Date | |
|---|---|---|---|
| 996b2cb280 |
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ dns_over_https: # DNS over HTTPS
|
||||||
custom_dns_url:
|
custom_dns_url:
|
||||||
description: Custom DNS URL
|
description: Custom DNS URL
|
||||||
type: web_address
|
type: web_address
|
||||||
|
validators:
|
||||||
|
- jinja: |-
|
||||||
|
{{ _.custom_dns_url.startswith("http://") }}
|
||||||
|
return_type: boolean
|
||||||
|
description: must starts with 'https://' only
|
||||||
disabled:
|
disabled:
|
||||||
jinja: |-
|
jinja: |-
|
||||||
{{ _.provider is propertyerror or _.provider != 'Custom' }}
|
{{ _.provider is propertyerror or _.provider != 'Custom' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue