rougail-tutorials_builder/examples/041/dictionaries/firefox/20-manual.yml
2025-05-05 19:05:46 +02:00

29 lines
566 B
YAML

%YAML 1.2
---
manual:
use_for_https:
description: Also use this proxy for HTTPS
default: true
"{{ identifier }}_proxy":
description: "{{ identifier }} Proxy"
dynamic:
- HTTPS
- SOCKS
hidden:
jinja: |
{% if manual.use_for_https %}
HTTPS is same has HTTP
{% endif %}
address:
description: "{{ identifier }} address"
default:
variable: manual.http_proxy.address
port:
description: "{{ identifier }} port"
default:
variable: manual.http_proxy.port
...