[tutorial v1.1_120] Disabled a variable when an other variable are disabled
This commit is contained in:
parent
079d00637e
commit
db3d3c4f97
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ proxy_dns_socks5:
|
|||
default: false
|
||||
disabled:
|
||||
jinja: |-
|
||||
{{ _.proxy_mode != "Manual proxy configuration" or _.manual.socks_proxy.version == 'v4' }}
|
||||
{{ _.manual.socks_proxy.version is propertyerror or _.manual.socks_proxy.version == 'v4' }}
|
||||
return_type: boolean
|
||||
description: |-
|
||||
if "_.proxy_mode" is not "Manual proxy configuration"
|
||||
|
|
|
|||
Loading…
Reference in a new issue