Compare commits

..

No commits in common. "v1.1_052" and "v1.1_052~1" have entirely different histories.

View file

@ -9,13 +9,7 @@ manual:
'{{ identifier }}_proxy':
description: '{{ identifier }} Proxy'
hidden:
jinja: |-
{% if my_identifier == 'HTTPS' and _.use_for_https %}
HTTPS is same has HTTP
{% endif %}
params:
my_identifier:
type: identifier
variable: _.use_for_https
dynamic:
- HTTPS
- SOCKS
@ -29,4 +23,14 @@ manual:
description: '{{ identifier }} port'
default:
variable: __.http_proxy.port
version:
description: SOCKS host version used by proxy
choices:
- v4
- v5
default: v5
disabled:
type: identifier
when: HTTPS
...