rougail-tutorials_builder/examples/190/structural_files/foxyproxy/00-foxyproxy.yml

35 lines
639 B
YAML
Raw Normal View History

2025-05-05 19:05:46 +02:00
%YAML 1.2
2025-05-05 18:21:57 +02:00
---
2025-11-02 20:39:39 +01:00
version: 1.1
2025-05-05 18:21:57 +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 19:05:46 +02:00
regexp: ^#(?:[0-9a-f]{3}){1,2}$
2025-05-05 18:21:57 +02:00
default:
2025-05-05 19:05:46 +02:00
jinja: >-
2026-03-08 07:49:25 +01:00
#{%- for i in range(6) -%}{{- '0123456789abcdef' | random -}}{%- endfor -%}
2025-05-05 18:21:57 +02:00
description: random color value
2025-05-05 19:05:46 +02:00
auto_save: true
...