rougail-tutorials_builder/examples/103/dictionaries/foxyproxy/00-foxyproxy.yml

34 lines
639 B
YAML
Raw Normal View History

2024-07-21 11:27:47 +02:00
---
proxies:
description: Proxy configuration
_type: leadership
title:
description: Title or Description
mandatory: false
type:
description: Proxy Type
choices:
- HTTP
- HTTPS/SSL
- SOCKS4
- SOCKS5
- PAC URL
- WPAD
- System (use system settings)
- Direct (no proxy)
default: Direct (no proxy)
color:
description: Color
2025-05-05 18:21:57 +02:00
regexp: "^#(?:[0-9a-f]{3}){1,2}$"
auto_save: true
2024-07-21 11:27:47 +02:00
default:
jinja: |
2025-05-05 18:21:57 +02:00
#
{%- for i in range(6) -%}
{{- '0123456789abcdef' | random -}}
{%- endfor -%}
description: random color value