rougail-tutorials/foxyproxy/00-foxyproxy.yml

34 lines
639 B
YAML
Raw Normal View History

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