Compare commits
No commits in common. "v1.1_108" and "v1.1_108~1" have entirely different histories.
v1.1_108
...
v1.1_108~1
1 changed files with 4 additions and 8 deletions
|
|
@ -4,16 +4,12 @@ version: 1.1
|
|||
|
||||
proxy_dns_socks5:
|
||||
description: Use proxy DNS when using SOCKS v5
|
||||
mode: advanced
|
||||
default: false
|
||||
disabled:
|
||||
jinja: |-
|
||||
{% if _.manual.socks_proxy.version is propertyerror %}
|
||||
the proxy mode is not manual
|
||||
{% elif _.manual.socks_proxy.version == 'v4' %}
|
||||
socks version is v4
|
||||
{% endif %}
|
||||
{{ _.manual.socks_proxy.version is propertyerror or _.manual.socks_proxy.version == 'v4' }}
|
||||
return_type: boolean
|
||||
description: |-
|
||||
if "firefox.proxy_mode" is not "Manual proxy configuration"
|
||||
or "firefox.manual.socks_proxy.version" is "v4"
|
||||
if "_.proxy_mode" is not "Manual proxy configuration"
|
||||
or "_.manual.socks_proxy.version" is "v4"
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue