[tutorial v1.1_072] Jinja with a parameter

This commit is contained in:
egarette@silique.fr 2025-11-22 14:20:51 +01:00
parent e4c376fe05
commit 8ab60194c9

View file

@ -10,10 +10,13 @@ manual:
description: '{{ identifier }} Proxy'
hidden:
jinja: |-
{% if _.use_for_https %}
{% if my_identifier == 'HTTPS' and _.use_for_https %}
HTTPS is same has HTTP
{% endif %}
description: in HTTPS case if "_.use_for_https" is set to "true"
params:
my_identifier:
type: identifier
dynamic:
- HTTPS
- SOCKS