2026-04-18 10:32:22 +02:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
|
|
|
|
manual:
|
|
|
|
|
|
|
|
|
|
use_for_https: true # Also use this proxy for HTTPS
|
2026-04-18 10:32:27 +02:00
|
|
|
|
2026-04-18 10:32:44 +02:00
|
|
|
https_proxy:
|
|
|
|
|
description: HTTPS Proxy
|
2026-04-18 10:32:48 +02:00
|
|
|
hidden:
|
|
|
|
|
variable: _.use_for_https
|
2026-04-18 10:32:27 +02:00
|
|
|
|
|
|
|
|
address:
|
|
|
|
|
description: HTTPS address
|
2026-04-18 10:32:31 +02:00
|
|
|
default:
|
|
|
|
|
variable: __.http_proxy.address
|
2026-04-18 10:32:27 +02:00
|
|
|
|
|
|
|
|
port:
|
|
|
|
|
description: HTTPS Port
|
2026-04-18 10:32:31 +02:00
|
|
|
default:
|
|
|
|
|
variable: __.http_proxy.port
|
2026-04-18 10:32:22 +02:00
|
|
|
...
|