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

This commit is contained in:
egarette@silique.fr 2026-05-03 18:00:54 +02:00
parent 59adf8960a
commit b08cf0f84a

View file

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