From 43fd6dd2676f9ad6c0e4769c4fc1491cf69c739d Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 2 Nov 2024 14:58:33 +0100 Subject: [PATCH] [tutorial 040] Family: a dynamic 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 0a73db6..d0947b2 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -5,17 +5,20 @@ manual: description: Also use this proxy for HTTPS default: true - https_proxy: - description: HTTPS Proxy + "{{ identifier }}_proxy": + description: "{{ identifier }} Proxy" + dynamic: + - HTTPS + - SOCKS hidden: variable: manual.use_for_https address: - description: HTTPS address + description: "{{ identifier }} address" default: variable: manual.http_proxy.address port: - description: HTTPS Port + description: "{{ identifier }} port" default: variable: manual.http_proxy.port