2024-11-02 14:58:26 +01:00
|
|
|
---
|
|
|
|
manual:
|
|
|
|
|
|
|
|
use_for_https:
|
|
|
|
description: Also use this proxy for HTTPS
|
|
|
|
default: true
|
2024-11-02 14:58:28 +01:00
|
|
|
|
2024-11-02 14:58:33 +01:00
|
|
|
"{{ identifier }}_proxy":
|
|
|
|
description: "{{ identifier }} Proxy"
|
|
|
|
dynamic:
|
|
|
|
- HTTPS
|
|
|
|
- SOCKS
|
2024-11-02 14:58:30 +01:00
|
|
|
hidden:
|
2024-11-02 14:58:34 +01:00
|
|
|
jinja: |
|
|
|
|
{% if manual.use_for_https %}
|
|
|
|
HTTPS is same has HTTP
|
|
|
|
{% endif %}
|
2024-11-02 14:58:28 +01:00
|
|
|
|
|
|
|
address:
|
2024-11-02 14:58:33 +01:00
|
|
|
description: "{{ identifier }} address"
|
2024-11-02 14:58:31 +01:00
|
|
|
default:
|
|
|
|
variable: manual.http_proxy.address
|
2024-11-02 14:58:28 +01:00
|
|
|
|
|
|
|
port:
|
2024-11-02 14:58:33 +01:00
|
|
|
description: "{{ identifier }} port"
|
2024-11-02 14:58:31 +01:00
|
|
|
default:
|
|
|
|
variable: manual.http_proxy.port
|