2024-11-02 14:58:49 +01:00
|
|
|
---
|
|
|
|
proxy_dns_socks5:
|
|
|
|
description: Use proxy DNS when using SOCKS v5
|
|
|
|
default: false
|
2024-11-02 14:58:52 +01:00
|
|
|
mode: advanced
|
2024-11-02 14:58:50 +01:00
|
|
|
disabled:
|
|
|
|
jinja: |
|
2024-11-02 14:58:57 +01:00
|
|
|
{% if _.manual.socks_proxy.version is propertyerror %}
|
2024-11-02 14:58:50 +01:00
|
|
|
the proxy mode is not manual
|
2024-11-02 14:58:57 +01:00
|
|
|
{% elif _.manual.socks_proxy.version == 'v4' %}
|
2024-11-02 14:58:50 +01:00
|
|
|
socks version is v4
|
|
|
|
{% endif %}
|
|
|
|
description: |
|
|
|
|
if "firefox.proxy_mode" is not "Manual proxy configuration"
|
|
|
|
or "firefox.manual.socks_proxy.version" is "v4"
|