[tutorial v1.1_082] Add a variable in a family with custom type

This commit is contained in:
egarette@silique.fr 2026-06-03 08:59:40 +02:00
parent bbf414737b
commit 9a45c0963c

View file

@ -15,4 +15,11 @@ manual:
socks_proxy: socks_proxy:
description: SOCKS Proxy description: SOCKS Proxy
type: proxy type: proxy
version:
description: SOCKS host version used by proxy
choices:
- v4
- v5
default: v5
... ...