rougail-tutorials_builder/examples/035/structural_files/firefox/20-manual.yml

28 lines
457 B
YAML
Raw Normal View History

2025-05-05 19:05:46 +02:00
%YAML 1.2
2025-05-05 18:21:57 +02:00
---
2025-11-02 20:39:39 +01:00
version: 1.1
2025-05-05 18:21:57 +02:00
manual:
2025-11-02 20:39:39 +01:00
use_for_https: true # Also use this proxy for HTTPS
2025-05-05 18:21:57 +02:00
https_proxy:
description: HTTPS Proxy
hidden:
2025-11-02 20:39:39 +01:00
variable: _.use_for_https
2025-05-05 18:21:57 +02:00
address:
description: HTTPS address
type: domainname
params:
allow_ip: true
default:
2025-11-02 20:39:39 +01:00
variable: __.http_proxy.address
2025-05-05 18:21:57 +02:00
port:
description: HTTPS Port
type: port
default:
2025-11-02 20:39:39 +01:00
variable: __.http_proxy.port
2025-05-05 19:05:46 +02:00
...