2026-04-18 21:46:35 +02:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
|
|
|
|
manual:
|
|
|
|
|
|
|
|
|
|
use_for_https: true # Also use this proxy for HTTPS
|
2026-04-18 21:46:39 +02:00
|
|
|
|
2026-04-18 21:46:57 +02:00
|
|
|
https_proxy:
|
|
|
|
|
description: HTTPS Proxy
|
2026-04-18 21:47:02 +02:00
|
|
|
hidden:
|
|
|
|
|
variable: _.use_for_https
|
2026-04-18 21:46:39 +02:00
|
|
|
|
|
|
|
|
address:
|
|
|
|
|
description: HTTPS address
|
2026-04-18 21:46:44 +02:00
|
|
|
default:
|
|
|
|
|
variable: __.http_proxy.address
|
2026-04-18 21:46:39 +02:00
|
|
|
|
|
|
|
|
port:
|
|
|
|
|
description: HTTPS Port
|
2026-04-18 21:46:44 +02:00
|
|
|
default:
|
|
|
|
|
variable: __.http_proxy.port
|
2026-04-18 21:46:35 +02:00
|
|
|
...
|