2026-06-14 19:02:02 +02:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
2026-06-14 19:02:42 +02:00
|
|
|
manual:
|
|
|
|
|
description: Manual proxy configuration
|
2026-06-14 19:02:47 +02:00
|
|
|
disabled:
|
|
|
|
|
variable: _.proxy_mode
|
|
|
|
|
when_not: Manual proxy configuration
|
2026-06-14 19:02:07 +02:00
|
|
|
|
2026-06-14 19:03:33 +02:00
|
|
|
http_proxy:
|
|
|
|
|
description: HTTP Proxy
|
|
|
|
|
type: proxy
|
2026-06-14 19:03:52 +02:00
|
|
|
|
|
|
|
|
address:
|
2026-06-14 19:03:58 +02:00
|
|
|
redefine: true
|
2026-06-14 19:03:52 +02:00
|
|
|
default: null
|
2026-06-14 19:03:58 +02:00
|
|
|
description: HTTP proxy address
|
2026-06-14 19:03:52 +02:00
|
|
|
|
|
|
|
|
port:
|
2026-06-14 19:03:58 +02:00
|
|
|
redefine: true
|
2026-06-14 19:03:52 +02:00
|
|
|
default: 8080
|
2026-06-14 19:03:58 +02:00
|
|
|
description: HTTP proxy port
|
2026-06-14 19:02:02 +02:00
|
|
|
...
|