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:
|
proxy_dns_socks5:
|
||||||
description: Use proxy DNS when using SOCKS v5
|
description: Use proxy DNS when using SOCKS v5
|
||||||
mode: advanced
|
|
||||||
default: false
|
default: false
|
||||||
disabled:
|
disabled:
|
||||||
jinja: |-
|
jinja: |-
|
||||||
{% if _.manual.socks_proxy.version is propertyerror %}
|
{{ _.manual.socks_proxy.version is propertyerror or _.manual.socks_proxy.version == 'v4' }}
|
||||||
the proxy mode is not manual
|
return_type: boolean
|
||||||
{% elif _.manual.socks_proxy.version == 'v4' %}
|
|
||||||
socks version is v4
|
|
||||||
{% endif %}
|
|
||||||
description: |-
|
description: |-
|
||||||
if "firefox.proxy_mode" is not "Manual proxy configuration"
|
if "_.proxy_mode" is not "Manual proxy configuration"
|
||||||
or "firefox.manual.socks_proxy.version" is "v4"
|
or "_.manual.socks_proxy.version" is "v4"
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue