22 lines
353 B
YAML
22 lines
353 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
manual:
|
|
|
|
use_for_https: true # Also use this proxy for HTTPS
|
|
|
|
https_proxy:
|
|
description: HTTPS Proxy
|
|
hidden: true
|
|
|
|
address:
|
|
description: HTTPS address
|
|
default:
|
|
variable: __.http_proxy.address
|
|
|
|
port:
|
|
description: HTTPS Port
|
|
default:
|
|
variable: __.http_proxy.port
|
|
...
|