25 lines
485 B
YAML
25 lines
485 B
YAML
|
|
---
|
||
|
|
manual:
|
||
|
|
|
||
|
|
use_for_https:
|
||
|
|
description: Also use this proxy for HTTPS
|
||
|
|
default: true
|
||
|
|
|
||
|
|
"{{ identifier }}_proxy":
|
||
|
|
description: "{{ identifier }} Proxy"
|
||
|
|
dynamic:
|
||
|
|
- HTTPS
|
||
|
|
- SOCKS
|
||
|
|
hidden:
|
||
|
|
variable: manual.use_for_https
|
||
|
|
|
||
|
|
address:
|
||
|
|
description: "{{ identifier }} address"
|
||
|
|
default:
|
||
|
|
variable: manual.http_proxy.address
|
||
|
|
|
||
|
|
port:
|
||
|
|
description: "{{ identifier }} port"
|
||
|
|
default:
|
||
|
|
variable: manual.http_proxy.port
|