19 lines
262 B
YAML
19 lines
262 B
YAML
|
|
%YAML 1.2
|
||
|
|
---
|
||
|
|
version: 1.1
|
||
|
|
|
||
|
|
manual:
|
||
|
|
|
||
|
|
use_for_https: true # Also use this proxy for HTTPS
|
||
|
|
|
||
|
|
https_proxy:
|
||
|
|
description: HTTPS Proxy
|
||
|
|
type: proxy
|
||
|
|
hidden:
|
||
|
|
variable: _.use_for_https
|
||
|
|
|
||
|
|
socks_proxy:
|
||
|
|
description: SOCKS Proxy
|
||
|
|
type: proxy
|
||
|
|
...
|