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:47:37 +02:00
|
|
|
https_proxy:
|
|
|
|
|
description: HTTPS Proxy
|
|
|
|
|
type: proxy
|
2026-04-18 21:47:02 +02:00
|
|
|
hidden:
|
2026-04-18 21:47:37 +02:00
|
|
|
variable: _.use_for_https
|
2026-04-18 21:46:39 +02:00
|
|
|
|
2026-04-18 21:47:47 +02:00
|
|
|
address:
|
|
|
|
|
redefine: true
|
|
|
|
|
description: HTTPS proxy address
|
|
|
|
|
|
|
|
|
|
port:
|
|
|
|
|
redefine: true
|
|
|
|
|
description: HTTPS proxy port
|
|
|
|
|
|
2026-04-18 21:47:37 +02:00
|
|
|
socks_proxy:
|
|
|
|
|
description: SOCKS Proxy
|
|
|
|
|
type: proxy
|
2026-04-18 21:47:11 +02:00
|
|
|
|
2026-04-18 21:47:47 +02:00
|
|
|
address:
|
|
|
|
|
redefine: true
|
|
|
|
|
description: SOCKS proxy address
|
|
|
|
|
|
|
|
|
|
port:
|
|
|
|
|
redefine: true
|
|
|
|
|
description: SOCKS proxy port
|
|
|
|
|
|
2026-04-18 21:47:11 +02:00
|
|
|
version:
|
|
|
|
|
description: SOCKS host version used by proxy
|
|
|
|
|
choices:
|
|
|
|
|
- v4
|
|
|
|
|
- v5
|
|
|
|
|
default: v5
|
2026-04-18 21:46:35 +02:00
|
|
|
...
|