From 25eade781ef38f42d0ed200371b8dae9caae2cc4 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 13 Jun 2026 10:02:00 +0200 Subject: [PATCH] [tutorial v1.1_060] Family: A dynamically built family --- firefox/20-manual.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index f25bcd9..fc35af3 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -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 ...