rougail-tutorials_builder/examples/211/structural_files/foxyproxy/10-redefine.yml

19 lines
250 B
YAML
Raw Normal View History

2025-05-05 19:05:46 +02:00
%YAML 1.2
2024-07-21 11:27:47 +02:00
---
2025-11-02 20:39:39 +01:00
version: 1.1
2024-07-21 11:27:47 +02:00
proxies:
2025-05-05 19:05:46 +02:00
2024-07-21 11:27:47 +02:00
username:
redefine: true
mandatory: false
password:
redefine: true
hidden:
2025-05-05 19:05:46 +02:00
jinja: |-
2026-03-08 07:49:25 +01:00
{{ not _.username }}
return_type: boolean
description: if username is empty
2025-05-05 19:05:46 +02:00
...