2026-03-12 08:10:26 +01:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
|
|
|
|
manual:
|
|
|
|
|
|
|
|
|
|
use_for_https: true # Also use this proxy for HTTPS
|
2026-03-12 08:10:28 +01:00
|
|
|
|
2026-03-12 08:10:45 +01:00
|
|
|
https_proxy:
|
|
|
|
|
description: HTTPS Proxy
|
|
|
|
|
type: proxy
|
2026-03-12 08:10:34 +01:00
|
|
|
hidden:
|
2026-03-12 08:10:45 +01:00
|
|
|
variable: _.use_for_https
|
2026-03-12 08:10:28 +01:00
|
|
|
|
2026-03-12 08:10:45 +01:00
|
|
|
socks_proxy:
|
|
|
|
|
description: SOCKS Proxy
|
|
|
|
|
type: proxy
|
2026-03-12 08:10:37 +01:00
|
|
|
|
|
|
|
|
version:
|
|
|
|
|
description: SOCKS host version used by proxy
|
|
|
|
|
choices:
|
|
|
|
|
- v4
|
|
|
|
|
- v5
|
|
|
|
|
default: v5
|
2026-03-12 08:10:26 +01:00
|
|
|
...
|