[tutorial v1.1_091] Variables disabled when condition is null
This commit is contained in:
parent
569e48680e
commit
c59cafe413
1 changed files with 6 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ manual:
|
||||||
redefine: true
|
redefine: true
|
||||||
description: SOCKS proxy port
|
description: SOCKS proxy port
|
||||||
default: 1080
|
default: 1080
|
||||||
|
disabled:
|
||||||
|
variable: _.address
|
||||||
|
when: null
|
||||||
|
|
||||||
version:
|
version:
|
||||||
description: SOCKS host version used by proxy
|
description: SOCKS host version used by proxy
|
||||||
|
|
@ -41,4 +44,7 @@ manual:
|
||||||
- v4
|
- v4
|
||||||
- v5
|
- v5
|
||||||
default: v5
|
default: v5
|
||||||
|
disabled:
|
||||||
|
variable: _.address
|
||||||
|
when: null
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue