2025-11-14 23:17:52 +01:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
2025-11-14 23:17:59 +01:00
|
|
|
manual:
|
|
|
|
|
description: Manual proxy configuration
|
2025-11-14 23:18:00 +01:00
|
|
|
disabled:
|
|
|
|
|
variable: _.proxy_mode
|
|
|
|
|
when_not: Manual proxy configuration
|
2025-11-14 23:17:53 +01:00
|
|
|
|
2025-11-14 23:17:54 +01:00
|
|
|
http_proxy: # HTTP Proxy
|
|
|
|
|
|
2025-11-14 23:17:55 +01:00
|
|
|
address:
|
|
|
|
|
description: HTTP address
|
|
|
|
|
type: domainname
|
2025-11-14 23:17:56 +01:00
|
|
|
params:
|
|
|
|
|
allow_ip: true
|
2025-11-14 23:17:57 +01:00
|
|
|
|
|
|
|
|
port:
|
|
|
|
|
description: HTTP Port
|
|
|
|
|
type: port
|
|
|
|
|
default: 8080
|
2025-11-14 23:17:52 +01:00
|
|
|
...
|