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

This commit is contained in:
egarette@silique.fr 2026-06-14 10:17:54 +02:00
parent e76f942244
commit 3f7a7e0e11

View file

@ -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
... ...