From aadc8b2d6455358c2b03f99ccd7a0c1a04690372 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 22 Nov 2025 14:13:43 +0100 Subject: [PATCH] [tutorial v1.1_050] A calculated default value --- firefox/20-manual.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index f7295f0b..f25bcd9e 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -13,12 +13,11 @@ manual: address: description: HTTPS address - type: domainname - params: - allow_ip: true + default: + variable: __.http_proxy.address port: description: HTTPS Port - type: port - default: 8080 + default: + variable: __.http_proxy.port ...