[tutorial v1.1_051] A conditional disabled variable with dynamic identifier
This commit is contained in:
parent
7aae8f69e1
commit
c067066974
1 changed files with 10 additions and 0 deletions
|
|
@ -23,4 +23,14 @@ manual:
|
||||||
description: '{{ identifier }} port'
|
description: '{{ identifier }} port'
|
||||||
default:
|
default:
|
||||||
variable: __.http_proxy.port
|
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