2026-05-03 17:59:47 +02:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
|
|
|
|
manual:
|
|
|
|
|
|
|
|
|
|
use_for_https: true # Also use this proxy for HTTPS
|
2026-05-03 17:59:53 +02:00
|
|
|
|
2026-05-03 18:00:16 +02:00
|
|
|
'{{ identifier }}_proxy':
|
|
|
|
|
description: '{{ identifier }} Proxy'
|
2026-05-03 18:00:12 +02:00
|
|
|
hidden:
|
|
|
|
|
variable: _.use_for_https
|
2026-05-03 18:00:16 +02:00
|
|
|
dynamic:
|
|
|
|
|
- HTTPS
|
|
|
|
|
- SOCKS
|
2026-05-03 17:59:53 +02:00
|
|
|
|
|
|
|
|
address:
|
2026-05-03 18:00:16 +02:00
|
|
|
description: '{{ identifier }} address'
|
2026-05-03 17:59:56 +02:00
|
|
|
default:
|
|
|
|
|
variable: __.http_proxy.address
|
2026-05-03 17:59:53 +02:00
|
|
|
|
|
|
|
|
port:
|
2026-05-03 18:00:16 +02:00
|
|
|
description: '{{ identifier }} port'
|
2026-05-03 17:59:56 +02:00
|
|
|
default:
|
|
|
|
|
variable: __.http_proxy.port
|
2026-05-03 17:59:47 +02:00
|
|
|
...
|