[tutorial v1.1_051] A conditional disabled variable with dynamic identifier

This commit is contained in:
egarette@silique.fr 2025-11-22 13:35:25 +01:00
parent 8350fc9c27
commit 2582d2c87b

View file

@ -23,4 +23,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
...