Compare commits
No commits in common. "v1.1_067" and "v1.1_067~1" have entirely different histories.
v1.1_067
...
v1.1_067~1
1 changed files with 0 additions and 14 deletions
|
@ -2,17 +2,3 @@
|
||||||
proxy_dns_socks5:
|
proxy_dns_socks5:
|
||||||
description: Use proxy DNS when using SOCKS v5
|
description: Use proxy DNS when using SOCKS v5
|
||||||
default: false
|
default: false
|
||||||
disabled:
|
|
||||||
jinja: |
|
|
||||||
{% if socks_version is not defined %}
|
|
||||||
the proxy mode is not manual
|
|
||||||
{% elif socks_version == 'v4' %}
|
|
||||||
socks version is v4
|
|
||||||
{% endif %}
|
|
||||||
params:
|
|
||||||
socks_version:
|
|
||||||
variable: manual.socks_proxy.version
|
|
||||||
propertyerror: false
|
|
||||||
description: |
|
|
||||||
if "firefox.proxy_mode" is not "Manual proxy configuration"
|
|
||||||
or "firefox.manual.socks_proxy.version" is "v4"
|
|
||||||
|
|
Loading…
Reference in a new issue