[tutorial v1.1_081] HTTPS and SOCKS Proxy

This commit is contained in:
egarette@silique.fr 2026-03-12 08:10:45 +01:00
parent bb488298af
commit 7cea119337

View file

@ -6,29 +6,15 @@ manual:
use_for_https: true # Also use this proxy for HTTPS use_for_https: true # Also use this proxy for HTTPS
'{{ identifier }}_proxy': https_proxy:
description: '{{ identifier }} Proxy' description: HTTPS Proxy
type: proxy
hidden: hidden:
jinja: |- variable: _.use_for_https
{{ my_identifier == 'HTTPS' and _.use_for_https }}
return_type: boolean
description: in HTTPS case if "_.use_for_https" is set to "true"
params:
my_identifier:
type: identifier
dynamic:
- HTTPS
- SOCKS
address: socks_proxy:
description: '{{ identifier }} address' description: SOCKS Proxy
default: type: proxy
variable: __.http_proxy.address
port:
description: '{{ identifier }} port'
default:
variable: __.http_proxy.port
version: version:
description: SOCKS host version used by proxy description: SOCKS host version used by proxy
@ -36,7 +22,4 @@ manual:
- v4 - v4
- v5 - v5
default: v5 default: v5
disabled:
type: identifier
when: HTTPS
... ...