rougail-tutorials/foxyproxy/00-foxyproxy.yml

39 lines
669 B
YAML
Raw Normal View History

2025-12-02 16:19:23 +01:00
%YAML 1.2
---
version: 1.1
proxies:
description: Proxy configuration
2025-12-02 16:19:27 +01:00
_type: leadership
2025-12-02 16:19:23 +01:00
title:
description: Title or Description
mandatory: false
2025-12-02 16:19:27 +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)
2025-12-02 16:19:25 +01:00
color:
description: Color
regexp: ^#(?:[0-9a-f]{3}){1,2}$
default:
jinja: >-
#
{%- for i in range(6) -%}
{{- '0123456789abcdef' | random -}}
{%- endfor -%}
description: random color value
auto_save: true
2025-12-02 16:19:23 +01:00
...