[tutorial v1.1_054] A conditional disabled variable with identifier
This commit is contained in:
parent
01f7219d1d
commit
ea71d58ba5
1 changed files with 10 additions and 0 deletions
|
|
@ -30,4 +30,14 @@ manual:
|
|||
description: '{{ identifier }} port'
|
||||
default:
|
||||
variable: __.http_proxy.port
|
||||
|
||||
version:
|
||||
description: SOCKS host version used by proxy
|
||||
choices:
|
||||
- v4
|
||||
- v5
|
||||
default: v5
|
||||
disabled:
|
||||
type: identifier
|
||||
when: HTTPS
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue