2026-04-18 17:05:59 +02:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
|
|
|
|
manual:
|
|
|
|
|
|
|
|
|
|
use_for_https: true # Also use this proxy for HTTPS
|
2026-04-18 17:06:04 +02:00
|
|
|
|
2026-04-18 17:06:54 +02:00
|
|
|
https_proxy:
|
|
|
|
|
description: HTTPS Proxy
|
|
|
|
|
type: proxy
|
2026-04-18 17:06:25 +02:00
|
|
|
hidden:
|
2026-04-18 17:06:54 +02:00
|
|
|
variable: _.use_for_https
|
2026-04-18 17:06:04 +02:00
|
|
|
|
2026-04-18 17:06:54 +02:00
|
|
|
socks_proxy:
|
|
|
|
|
description: SOCKS Proxy
|
|
|
|
|
type: proxy
|
2026-04-18 17:06:33 +02:00
|
|
|
|
|
|
|
|
version:
|
|
|
|
|
description: SOCKS host version used by proxy
|
|
|
|
|
choices:
|
|
|
|
|
- v4
|
|
|
|
|
- v5
|
|
|
|
|
default: v5
|
2026-04-18 17:05:59 +02:00
|
|
|
...
|