2026-06-21 19:33:34 +02:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
2026-06-21 19:34:29 +02:00
|
|
|
manual:
|
|
|
|
|
description: Manual proxy configuration
|
2026-06-21 19:34:36 +02:00
|
|
|
disabled:
|
|
|
|
|
variable: _.proxy_mode
|
|
|
|
|
when_not: Manual proxy configuration
|
2026-06-21 19:33:40 +02:00
|
|
|
|
2026-06-21 19:35:32 +02:00
|
|
|
http_proxy:
|
|
|
|
|
description: HTTP Proxy
|
|
|
|
|
type: proxy
|
2026-06-21 19:35:50 +02:00
|
|
|
|
|
|
|
|
address:
|
2026-06-21 19:35:57 +02:00
|
|
|
redefine: true
|
2026-06-21 19:35:50 +02:00
|
|
|
default: null
|
2026-06-21 19:35:57 +02:00
|
|
|
description: HTTP proxy address
|
2026-06-21 19:35:50 +02:00
|
|
|
|
|
|
|
|
port:
|
2026-06-21 19:35:57 +02:00
|
|
|
redefine: true
|
2026-06-21 19:35:50 +02:00
|
|
|
default: 8080
|
2026-06-21 19:35:57 +02:00
|
|
|
description: HTTP proxy port
|
2026-06-21 19:33:34 +02:00
|
|
|
...
|