[tutorial v1.1_060] Family: a dynamic family

This commit is contained in:
egarette@silique.fr 2025-12-02 16:18:44 +01:00
parent dab61166c3
commit 30cf1992e3

View file

@ -6,18 +6,21 @@ manual:
use_for_https: true # Also use this proxy for HTTPS
https_proxy:
description: HTTPS Proxy
'{{ identifier }}_proxy':
description: '{{ identifier }} Proxy'
hidden:
variable: _.use_for_https
dynamic:
- HTTPS
- SOCKS
address:
description: HTTPS address
description: '{{ identifier }} address'
default:
variable: __.http_proxy.address
port:
description: HTTPS Port
description: '{{ identifier }} port'
default:
variable: __.http_proxy.port
...