From 83cc1e5d531e7e9b2f39361bef10a4d8e331bb38 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 3 May 2026 17:59:43 +0200 Subject: [PATCH] [tutorial v1.1_032] A variable with type "port" --- firefox/10-manual.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firefox/10-manual.yml b/firefox/10-manual.yml index 973e436d..304fc84a 100644 --- a/firefox/10-manual.yml +++ b/firefox/10-manual.yml @@ -11,4 +11,9 @@ manual: # Manual proxy configuration type: domainname params: allow_ip: true + + port: + description: HTTP Port + type: port + default: 8080 ...