25 lines
450 B
YAML
25 lines
450 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
|
||
|
default: true
|