25 lines
468 B
YAML
25 lines
468 B
YAML
---
|
|
manual:
|
|
description: Manual proxy configuration
|
|
disabled:
|
|
type: variable
|
|
variable: _.proxy_mode
|
|
when_not: 'Manual proxy configuration'
|
|
|
|
http_proxy: # HTTP Proxy
|
|
|
|
address:
|
|
description: HTTP address
|
|
type: domainname
|
|
params:
|
|
allow_ip: true
|
|
|
|
port:
|
|
description: HTTP Port
|
|
type: port
|
|
default: 8080
|
|
|
|
use_for_https:
|
|
description: Also use this proxy for HTTPS
|
|
type: boolean
|
|
default: true
|